]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dca.h
Merge commit 'a43905f4ae261bdde87c300901d867b31961f57b'
[ffmpeg] / libavcodec / dca.h
index 5c35bae912312c8a7056222a313847ad5678b5d9..dea82aeb2a0ad9be6e4fdc5e1d6fb343fde19e85 100644 (file)
@@ -149,7 +149,7 @@ typedef struct DCAAudioHeader {
 } DCAAudioHeader;
 
 typedef struct DCAChan {
-    DECLARE_ALIGNED(32, int32_t, subband_samples)[DCA_BLOCKS_MAX][DCA_SUBBANDS][8];
+    DECLARE_ALIGNED(32, int32_t, subband_samples)[DCA_BLOCKS_MAX][DCA_SUBBANDS][SAMPLES_PER_SUBBAND];
 
     /* Subband samples history (for ADPCM) */
     DECLARE_ALIGNED(32, int32_t, subband_samples_hist)[DCA_SUBBANDS][4];