avcodec/aac_defines: Remove unused AAC_RENAME_32

Unused since fbe6a51b11.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-01-28 14:29:58 +01:00
parent 36a986d9a1
commit 7252e4f8ee

View File

@ -30,7 +30,6 @@
#include "libavutil/softfloat.h" #include "libavutil/softfloat.h"
#define AAC_RENAME(x) x ## _fixed #define AAC_RENAME(x) x ## _fixed
#define AAC_RENAME_32(x) x ## _fixed_32
#define AAC_RENAME2(x) x ## _fixed #define AAC_RENAME2(x) x ## _fixed
typedef int INTFLOAT; typedef int INTFLOAT;
typedef unsigned UINTFLOAT; ///< Equivalent to INTFLOAT, Used as temporal cast to avoid undefined sign overflow operations. 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 #else
#define AAC_RENAME(x) x #define AAC_RENAME(x) x
#define AAC_RENAME_32(x) x
#define AAC_RENAME2(x) ff_ ## x #define AAC_RENAME2(x) ff_ ## x
typedef float INTFLOAT; typedef float INTFLOAT;
typedef float UINTFLOAT; typedef float UINTFLOAT;