diff options
author | Måns Rullgård <mans@mansr.com> | 2006-02-08 00:50:22 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-02-08 00:50:22 +0000 |
commit | da46276ff8b1aefbc83917b34c19a676699f5b0b (patch) | |
tree | e2c071dfdfcac83ae950006db1bdbe5ea2442c59 /libavcodec/allcodecs.c | |
parent | 79b0b66ba07890c4f71b42d2554d73db537bec97 (diff) | |
download | ffmpeg-da46276ff8b1aefbc83917b34c19a676699f5b0b.tar.gz |
adts aac parser
Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index bef0373b73..2b73d1b88c 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -622,5 +622,6 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha); #ifdef CONFIG_DVBSUB_DECODER av_register_codec_parser(&dvbsub_parser); #endif + av_register_codec_parser(&aac_parser); } |