summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_fixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ac3enc_fixed.c')
-rw-r--r--libavcodec/ac3enc_fixed.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/ac3enc_fixed.c b/libavcodec/ac3enc_fixed.c
index 6505b7a0ea..9d3b195ded 100644
--- a/libavcodec/ac3enc_fixed.c
+++ b/libavcodec/ac3enc_fixed.c
@@ -26,6 +26,7 @@
* fixed-point AC-3 encoder.
*/
+#undef CONFIG_AC3ENC_FLOAT
#include "ac3enc.c"
@@ -413,8 +414,8 @@ int main(void)
#endif /* TEST */
-AVCodec ac3_encoder = {
- "ac3",
+AVCodec ac3_fixed_encoder = {
+ "ac3_fixed",
AVMEDIA_TYPE_AUDIO,
CODEC_ID_AC3,
sizeof(AC3EncodeContext),