X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac_defines.h;h=e94475ac54d6b658bd42ec7b161a472b8897b658;hb=dc8e15ef15d060a9ca118905c770710ce43a0723;hp=438d78a7aa7a9b7b478685a10ec1b4f163883b72;hpb=0a319bcce5714f7183b0537892f7d37d7a31493a;p=ffmpeg diff --git a/libavcodec/aac_defines.h b/libavcodec/aac_defines.h index 438d78a7aa7..e94475ac54d 100644 --- a/libavcodec/aac_defines.h +++ b/libavcodec/aac_defines.h @@ -34,6 +34,7 @@ #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. typedef int64_t INT64FLOAT; @@ -83,6 +84,7 @@ typedef int AAC_SIGNE; #define AAC_RENAME(x) x #define AAC_RENAME_32(x) x +#define AAC_RENAME2(x) ff_ ## x typedef float INTFLOAT; typedef float UINTFLOAT; typedef float INT64FLOAT;