summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-01-04 11:53:44 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2011-01-04 11:53:44 +0000
commit6fd96d1a85f3b81a1dbf08b79ba395506471ded0 (patch)
tree50aff50d56d178128d75a120a387f46b116d4965 /libavcodec/allcodecs.c
parent6780f488467f75444317a95f00f35c26453f4e96 (diff)
downloadffmpeg-streaming-6fd96d1a85f3b81a1dbf08b79ba395506471ded0.zip
ffmpeg-streaming-6fd96d1a85f3b81a1dbf08b79ba395506471ded0.tar.gz
Change the AC-3 encoder to use floating-point.
Fixed-point AC-3 encoder renamed to ac3_fixed. Regression test acodec-ac3 renamed to acodec-ac3_fixed. Regression test lavf-rm changed to use ac3_fixed encoder. Originally committed as revision 26209 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 5bcd912..5ba1998 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -222,6 +222,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);
REGISTER_ENCDEC (ALAC, alac);
REGISTER_DECODER (ALS, als);
REGISTER_DECODER (AMRNB, amrnb);
OpenPOWER on IntegriCloud