[FFmpeg-cvslog] r11272 - trunk/libavformat/movenc.c

Baptiste Coudurier baptiste.coudurier
Thu Dec 20 10:52:05 CET 2007


Aurelien Jacobs wrote:
> bcoudurier wrote:
> 
>> Author: bcoudurier
>> Date: Wed Dec 19 17:00:08 2007
>> New Revision: 11272
>>
>> Log:
>> use generic 'glbl' atom if extradata is present but no specific
>> method is known
>>
>> Modified:
>>    trunk/libavformat/movenc.c
>>
>> [...]
>>
>> @@ -676,6 +686,8 @@ static int mov_write_video_tag(ByteIOCon
>>          mov_write_avcc_tag(pb, track);
>>      else if(track->enc->codec_id == CODEC_ID_DNXHD)
>>          mov_write_avid_tag(pb, track);
>> +   else if(track->vosLen > 0)
>> +        mov_write_glbl_tag(pb, track);
> 
> Inconsistent indentation...
> 

Fixed.

-- 
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