[FFmpeg-soc] [soc]: r212 - aac/aac.c
bcoudurier
subversion at mplayerhq.hu
Sat Jun 2 13:13:47 CEST 2007
Author: bcoudurier
Date: Sat Jun 2 13:13:46 2007
New Revision: 212
Log:
remove native_ integration will be easier
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sat Jun 2 13:13:46 2007
@@ -2032,10 +2032,10 @@ static int aac_decode_close(AVCodecConte
return 0 ;
}
-AVCodec native_aac_decoder = {
- "native_aac",
+AVCodec aac_decoder = {
+ "aac",
CODEC_TYPE_AUDIO,
- CODEC_ID_NATIVE_AAC,
+ CODEC_ID_AAC,
sizeof(aac_context_t),
aac_decode_init,
NULL,
More information about the FFmpeg-soc
mailing list