]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/4xm.c
aacsbr: Make the previous value of bs_num_env local to read_sbr_data().
[ffmpeg] / libavcodec / 4xm.c
index bf3c07e908d4a79f7440f1aace9f14e8159c1c26..92ff9f6d7aed81609c6226ba3b3ca267b2ca6f87 100644 (file)
@@ -137,7 +137,7 @@ typedef struct FourXContext{
     int mv[256];
     VLC pre_vlc;
     int last_dc;
-    DECLARE_ALIGNED_16(DCTELEM, block)[6][64];
+    DECLARE_ALIGNED(16, DCTELEM, block)[6][64];
     void *bitstream_buffer;
     unsigned int bitstream_buffer_size;
     int version;