aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-08-12 16:15:54 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-12 17:20:57 +0200
commit9f4d37f450897f86a9209f6c0aa28d5a3398a218 (patch)
treeb3dcb998cc8963d09e445b7d7709db38d7feb830 /libavcodec/allcodecs.c
parentd912e449b655797407a75527380c566955b71a8e (diff)
downloadffmpeg-9f4d37f450897f86a9209f6c0aa28d5a3398a218.tar.gz
ac3enc: drop common fixed/float encoder
User applications should by now be able to support float encoders. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 5480c7e78b..89955017e0 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -239,8 +239,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (AAC, aac);
REGISTER_DECODER (AAC_LATM, aac_latm);
REGISTER_ENCDEC (AC3, ac3);
- REGISTER_ENCODER (AC3_FIXED, ac3_fixed); //deprecated, just for libav compatibility
-// REGISTER_ENCODER (AC3_FLOAT, ac3_float); dont remove dont outcomment, for configure
+ REGISTER_ENCODER (AC3_FIXED, ac3_fixed);
REGISTER_ENCDEC (ALAC, alac);
REGISTER_DECODER (ALS, als);
REGISTER_DECODER (AMRNB, amrnb);