aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-01-28 14:29:58 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-01-30 20:43:48 +0100
commit7252e4f8eeb5424a25cdd836a2238d97c7348d84 (patch)
tree90819bc26886ecb4f71a0b0b9be7edb4077958f7
parent36a986d9a193e39382de4bac95e2e314cc30ca7a (diff)
downloadffmpeg-7252e4f8eeb5424a25cdd836a2238d97c7348d84.tar.gz
avcodec/aac_defines: Remove unused AAC_RENAME_32
Unused since fbe6a51b11e20c5dfe076877f02d2bbb2300005d. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/aac_defines.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/aac_defines.h b/libavcodec/aac_defines.h
index bd0d93275a..59528f1f0d 100644
--- a/libavcodec/aac_defines.h
+++ b/libavcodec/aac_defines.h
@@ -30,7 +30,6 @@
#include "libavutil/softfloat.h"
#define AAC_RENAME(x) x ## _fixed
-#define AAC_RENAME_32(x) x ## _fixed_32
#define AAC_RENAME2(x) x ## _fixed
typedef int INTFLOAT;
typedef unsigned UINTFLOAT; ///< Equivalent to INTFLOAT, Used as temporal cast to avoid undefined sign overflow operations.
@@ -77,7 +76,6 @@ typedef int AAC_SIGNE;
#else
#define AAC_RENAME(x) x
-#define AAC_RENAME_32(x) x
#define AAC_RENAME2(x) ff_ ## x
typedef float INTFLOAT;
typedef float UINTFLOAT;