X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fac3.h;h=5c9c37727e7df960def1b128a1099288c469975e;hb=1a9513bfbc6026cf578865c014961492ae3fb60b;hp=747f2f561dc73a11ad5413f42d9c63dc0b2a805b;hpb=6c841e03cebadc566a2c59a4891377eeb9ff03e9;p=ffmpeg diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 747f2f561dc..5c9c37727e7 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -87,7 +87,7 @@ typedef int16_t SHORTFLOAT; #define AC3_NORM(norm) (1.0f/(norm)) #define AC3_MUL(a,b) ((a) * (b)) #define AC3_RANGE(x) (dynamic_range_tab[(x)]) -#define AC3_HEAVY_RANGE(x) (heavy_dynamic_range_tab[(x)]) +#define AC3_HEAVY_RANGE(x) (ff_ac3_heavy_dynamic_range_tab[(x)]) #define AC3_DYNAMIC_RANGE(x) (powf(x, s->drc_scale)) #define AC3_SPX_BLEND(x) (x)* (1.0f/32) #define AC3_DYNAMIC_RANGE1 1.0f