]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dcadata.h
aacenc: Fix bug in writing libavcodec_ident.
[ffmpeg] / libavcodec / dcadata.h
index e8a31fd0a1e4203629b64f8f5f649c3dc1fab005..02dbb0fe54c40d80b1937ca39952414ce81e34d8 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 },