]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmv2.h
Check *data_size in decode_frame()
[ffmpeg] / libavcodec / wmv2.h
index 2fd842e6a2d61c6181cba02e4030717faf310d25..9d43ec547eed2982eb53c86ab77af47eb95d7e51 100644 (file)
@@ -50,7 +50,7 @@ typedef struct Wmv2Context{
     int hshift;
 
     ScanTable abt_scantable[2];
-    DECLARE_ALIGNED_8(DCTELEM, abt_block2[6][64]);
+    DECLARE_ALIGNED_16(DCTELEM, abt_block2[6][64]);
 }Wmv2Context;
 
 void ff_wmv2_common_init(Wmv2Context * w);