X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fopus.h;h=63ecd0aff7ba4ccbd901f5f80855c29c0f6b4164;hb=24424a6516f8adc4c73a2fe00fa106b0e49abafd;hp=edbaab5ce7d064205b97e4ce72dfb04ffde8486c;hpb=b2f32d60eeaf883bb7d9e1b8cc2fb9a983d08f72;p=ffmpeg diff --git a/libavcodec/opus.h b/libavcodec/opus.h index edbaab5ce7d..63ecd0aff7b 100644 --- a/libavcodec/opus.h +++ b/libavcodec/opus.h @@ -112,7 +112,7 @@ typedef struct OpusStreamContext { DECLARE_ALIGNED(32, float, celt_buf)[2][960]; float *celt_output[2]; - float redundancy_buf[2][960]; + DECLARE_ALIGNED(32, float, redundancy_buf)[2][960]; float *redundancy_output[2]; /* data buffers for the final output data */