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