Merge commit '898276c16b1683ac77723e97574a3bfdb29507fd'
* commit '898276c16b1683ac77723e97574a3bfdb29507fd': r3d: Fix pos type Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d304cb49eb
@ -221,7 +221,7 @@ static int r3d_read_redv(AVFormatContext *s, AVPacket *pkt, Atom *atom)
|
||||
AVStream *st = s->streams[0];
|
||||
int tmp;
|
||||
int av_unused tmp2;
|
||||
uint64_t pos = avio_tell(s->pb);
|
||||
int64_t pos = avio_tell(s->pb);
|
||||
unsigned dts;
|
||||
int ret;
|
||||
|
||||
@ -276,7 +276,7 @@ static int r3d_read_reda(AVFormatContext *s, AVPacket *pkt, Atom *atom)
|
||||
AVStream *st = s->streams[1];
|
||||
int av_unused tmp, tmp2;
|
||||
int samples, size;
|
||||
uint64_t pos = avio_tell(s->pb);
|
||||
int64_t pos = avio_tell(s->pb);
|
||||
unsigned dts;
|
||||
int ret;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user