Fixes at least fate-opus on arm.
---
pushed to oracle

 libavcodec/opus.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/opus.h b/libavcodec/opus.h
index 5aa151b..02e5ad3 100644
--- a/libavcodec/opus.h
+++ b/libavcodec/opus.h
@@ -124,7 +124,7 @@ typedef struct OpusStreamContext {
 
     float silk_buf[2][960];
     float *silk_output[2];
-    float celt_buf[2][960];
+    DECLARE_ALIGNED(32, float, celt_buf)[2][960];
     float *celt_output[2];
 
     float redundancy_buf[2][960];
-- 
1.9.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to