]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ituh263dec.c
Merge commit '263358e0c9e7ffaa965fdbe986c8b18381d2b24a'
[ffmpeg] / libavcodec / ituh263dec.c
index edb68861ac639b69b692b0eb9e2c2bd47c4d8dd1..fc95a532ce79460d3098cc11d80cce318e7a392f 100644 (file)
@@ -574,7 +574,7 @@ not_coded:
 
 static int h263_skip_b_part(MpegEncContext *s, int cbp)
 {
-    LOCAL_ALIGNED_16(int16_t, dblock, [64]);
+    LOCAL_ALIGNED_32(int16_t, dblock, [64]);
     int i, mbi;
     int bli[6];