[FFmpeg-devel] [PATCH] avformat/mov: use 64bit for size in mov_skip_multiple_stsd()
Christophe Gisquet
christophe.gisquet at gmail.com
Thu Aug 21 17:49:41 CEST 2014
2014-08-21 17:43 GMT+02:00 Michael Niedermayer <michaelni at gmx.at>:
> static int mov_skip_multiple_stsd(MOVContext *c, AVIOContext *pb,
> int codec_tag, int format,
> - int size)
> + int64_t size)
Nice catch, the "size - (avio_tell(pb) - start_pos))" value passed is
stored in an int64_t later on.
OK then.
Thank you.
--
Christophe
More information about the ffmpeg-devel
mailing list