]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sbr.h
Fix typo in v410 decoder.
[ffmpeg] / libavcodec / sbr.h
index cf4d2d82d93bc5f7156599aee3cae1164f3a0754..e68b3cf9167c4e9f3357eeb0c13ba1670cf954d5 100644 (file)
@@ -78,8 +78,8 @@ typedef struct {
      * @name State variables
      * @{
      */
-    DECLARE_ALIGNED(16, float, synthesis_filterbank_samples)[SBR_SYNTHESIS_BUF_SIZE];
-    DECLARE_ALIGNED(16, float, analysis_filterbank_samples) [1312];
+    DECLARE_ALIGNED(32, float, synthesis_filterbank_samples)[SBR_SYNTHESIS_BUF_SIZE];
+    DECLARE_ALIGNED(32, float, analysis_filterbank_samples) [1312];
     int                synthesis_filterbank_samples_offset;
     ///l_APrev and l_A
     int                e_a[2];