2014-08-21 17:43 GMT+02:00 Michael Niedermayer <michae...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel