aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-02-08 00:50:22 +0000
committerMåns Rullgård <mans@mansr.com>2006-02-08 00:50:22 +0000
commitda46276ff8b1aefbc83917b34c19a676699f5b0b (patch)
treee2c071dfdfcac83ae950006db1bdbe5ea2442c59 /libavcodec/allcodecs.c
parent79b0b66ba07890c4f71b42d2554d73db537bec97 (diff)
downloadffmpeg-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.c1
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);
}