summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_fixed.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-31 22:20:47 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-05 19:46:33 +0200
commit211619ad7f43b99a0c1100398f157544b5724460 (patch)
tree0e5dfef62381c4b668cf49cebe83c30f18b08cd4 /libavcodec/ac3dec_fixed.c
parent763c501432267cc93a2812fdfcf21c50be03f720 (diff)
downloadffmpeg-211619ad7f43b99a0c1100398f157544b5724460.tar.gz
avcodec: Remove the FFT_FIXED_32 define
Since the removal of the 16-bit FFT said define is unnecessary as FFT_FIXED_32 is always !FFT_FLOAT. But one wouldn't believe it when looking at the code. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/ac3dec_fixed.c')
-rw-r--r--libavcodec/ac3dec_fixed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ac3dec_fixed.c b/libavcodec/ac3dec_fixed.c
index f6c2810ce5..8645952621 100644
--- a/libavcodec/ac3dec_fixed.c
+++ b/libavcodec/ac3dec_fixed.c
@@ -49,7 +49,6 @@
#define FFT_FLOAT 0
#define USE_FIXED 1
-#define FFT_FIXED_32 1
#include "ac3dec.h"