X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Faacdec_template.c;h=acca460eb1b730d0d91e13d2a69132cb8899cce3;hb=27e61a716c893a6ae67ca8f859c735bc0b0b799a;hp=b4eee85518e9ae8346671947c34876ec74299e95;hpb=b1fad7ac200d0779a44fc267085d7d46ce2391b9;p=ffmpeg diff --git a/libavcodec/aacdec_template.c b/libavcodec/aacdec_template.c index b4eee85518e..acca460eb1b 100644 --- a/libavcodec/aacdec_template.c +++ b/libavcodec/aacdec_template.c @@ -2598,7 +2598,7 @@ static void imdct_and_windowing_eld(AACContext *ac, SingleChannelElement *sce) const int n = ac->oc[1].m4ac.frame_length_short ? 480 : 512; const int n2 = n >> 1; const int n4 = n >> 2; - const INTFLOAT *const window = n == 480 ? ff_aac_eld_window_480 : + const INTFLOAT *const window = n == 480 ? AAC_RENAME(ff_aac_eld_window_480) : AAC_RENAME(ff_aac_eld_window_512); // Inverse transform, mapped to the conventional IMDCT by