[FFmpeg-cvslog] r10836 - trunk/libavformat/mov.c

Baptiste Coudurier baptiste.coudurier
Wed Oct 24 00:30:02 CEST 2007


Hi Michael,

Michael Niedermayer wrote:
> On Mon, Oct 22, 2007 at 04:36:14PM +0200, bcoudurier wrote:
> 
>>Author: bcoudurier
>>Date: Mon Oct 22 16:36:14 2007
>>New Revision: 10836
>>
>>Log:
>>fix issue 225, instead of stoping when wrong atom size is found,
>>limit atom size to what is left, assuming container atom has correct size..
>>cricket4.3g2 has incorrect moov atom size which indicates that file size should be
>>2 bytes bigger than it is and quicktime reads it correctly though.
> 
> [...]
> 
>>+        if (a.size > atom.size - total_size)
>>+            a.size = atom.size - total_size;
> 
> 
> FFMIN
> 

Thanks, done.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312




More information about the ffmpeg-cvslog mailing list