[FFmpeg-cvslog] r17938 - trunk/libavformat/movenc.c
Baptiste Coudurier
baptiste.coudurier
Wed Mar 11 09:20:36 CET 2009
On 3/11/2009 1:18 AM, Reimar D?ffinger wrote:
> On Wed, Mar 11, 2009 at 09:03:43AM +0100, bcoudurier wrote:
>> Author: bcoudurier
>> Date: Wed Mar 11 09:03:42 2009
>> New Revision: 17938
>>
>> Log:
>> ipod supports both subs tags
>>
>> Modified:
>> trunk/libavformat/movenc.c
>>
>> Modified: trunk/libavformat/movenc.c
>> ==============================================================================
>> --- trunk/libavformat/movenc.c Wed Mar 11 09:02:59 2009 (r17937)
>> +++ trunk/libavformat/movenc.c Wed Mar 11 09:03:42 2009 (r17938)
>> @@ -570,6 +570,7 @@ static const AVCodecTag codec_ipod_tags[
>> { CODEC_ID_ALAC, MKTAG('a','l','a','c') },
>> { CODEC_ID_AC3, MKTAG('a','c','-','3') },
>> { CODEC_ID_MOV_TEXT, MKTAG('t','x','3','g') },
>> + { CODEC_ID_MOV_TEXT, MKTAG('t','e','x','t') },
>> { CODEC_ID_NONE, 0 },
>> };
>
> Are those really identical format? I thought one supported some extended
> formatting and the other did not, but I may be confusing that with
> something else...
Kinda, they may differ a bit, in this case it would be more appropriate
to add another CODEC_ID_3GP_TEXT I guess.
--
Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
checking for life_signs in -lkenny... no
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-cvslog
mailing list