diff options
author | Måns Rullgård <mans@mansr.com> | 2006-01-21 18:19:47 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-01-21 18:19:47 +0000 |
commit | 62327e2852ffe1c3088feafa0dfbd4ddb6632064 (patch) | |
tree | d49effc534403cb70b3728155da8f3aae0116ac6 /libavcodec/allcodecs.c | |
parent | 13c71451350071888b5d690f9d48cd316e0d4aed (diff) | |
download | ffmpeg-62327e2852ffe1c3088feafa0dfbd4ddb6632064.tar.gz |
native ac3 parser
Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 811abd96cf..bef0373b73 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -614,9 +614,7 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha); av_register_codec_parser(&pnm_parser); av_register_codec_parser(&mpegaudio_parser); -#ifdef CONFIG_AC3 av_register_codec_parser(&ac3_parser); -#endif #ifdef CONFIG_DVDSUB_DECODER av_register_codec_parser(&dvdsub_parser); |