]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opus.h
avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fps
[ffmpeg] / libavcodec / opus.h
index edbaab5ce7d064205b97e4ce72dfb04ffde8486c..63ecd0aff7ba4ccbd901f5f80855c29c0f6b4164 100644 (file)
@@ -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 */