]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dcadata.h
mpc7: Fix memset call in mpc7_decode_frame function
[ffmpeg] / libavcodec / dcadata.h
index ed3ec4ee52c217d0696d889ce820951f165b3eaa..0a83cdfae7e62de48f9b494dfe0260d369e07a45 100644 (file)
@@ -4224,7 +4224,7 @@ static const float lossless_quant_d[32] = {
 
 /* Vector quantization tables */
 
-static const int8_t high_freq_vq[1024][32] =
+DECLARE_ALIGNED(8, static const int8_t, high_freq_vq)[1024][32] =
 {
   {  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
      0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0 },