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