[Ffmpeg-cvslog] r6947 - trunk/libavformat/matroska.c

Baptiste Coudurier baptiste.coudurier
Thu Nov 9 12:31:35 CET 2006


Hi

Aurelien Jacobs wrote:
> On Wed, 08 Nov 2006 22:02:07 +0100
> Baptiste Coudurier <baptiste.coudurier at smartjog.com> wrote:
> 
>> Hi
>>
>> aurel wrote:
>>> Author: aurel
>>> Date: Wed Nov  8 21:13:30 2006
>>> New Revision: 6947
>>>
>>> Modified:
>>>    trunk/libavformat/matroska.c
>>>
>>> Log:
>>> add support for AAC in matroska
>>>
>>>
>>> Modified: trunk/libavformat/matroska.c
>>> ==============================================================================
>>> --- trunk/libavformat/matroska.c	(original)
>>> +++ trunk/libavformat/matroska.c	Wed Nov  8 21:13:30 2006
>>> @@ -223,7 +223,7 @@
>>>      {"A_DTS"            , CODEC_ID_DTS},
>>>      {"A_VORBIS"         , CODEC_ID_VORBIS},
>>>      {"A_AAC/MPEG2/"     , CODEC_ID_AAC},
>>> -    {"A_AAC/MPEG4/"     , CODEC_ID_AAC},
>>> +    {"A_AAC/MPEG4/"     , CODEC_ID_MPEG4AAC},
>> Can CODEC_ID_AAC be used here ?
> 
> Sure it can.
> I used CODEC_ID_MPEG4AAC for consistency, but indeed CODEC_ID_AAC works
> as well, so feel free to change it (and then you can also merge the two
> AAC lines using the "A_AAC/" identifier).
> 

Great. Thanks, I did that.

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