X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fopus.h;h=63ecd0aff7ba4ccbd901f5f80855c29c0f6b4164;hb=2d90d51c561c2e4c36a00d1ba666adee5028663c;hp=edbaab5ce7d064205b97e4ce72dfb04ffde8486c;hpb=03210fe138f3b3bd7f5272fe29aca810cf517329;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 */