Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / ffmpeg / libavcodec / svq1enc.h
index 740d2ff61bf01c462bb27d96bd1b1798d52df38b..8e748851174f5451494eea0ccc823922b7f54d34 100644 (file)
@@ -59,6 +59,8 @@ typedef struct SVQ1EncContext {
     int c_block_width;
     int c_block_height;
 
+    DECLARE_ALIGNED(16, int16_t, encoded_block_levels)[6][7][256];
+
     uint16_t *mb_type;
     uint32_t *dummy;
     int16_t (*motion_val8[3])[2];