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

Baptiste Coudurier baptiste.coudurier
Wed Nov 8 22:02:07 CET 2006


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 ?
I plan to remove CODEC_ID_MPEG4AAC once we break abi. mov sets
CODEC_ID_AAC and faad decoder in lavc only checks for extradata, is aac
in mkv wrapped differently ?

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