]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ituh263dec.c
Simplify fallback to verbatim mode encoding.
[ffmpeg] / libavcodec / ituh263dec.c
index aab00d1a0e7496e05b201dc87d6554e6361e3e5d..8b5d9391b2e196b6767848660ecbc93497d337b8 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 /**
- * @file libavcodec/ituh263dec.c
+ * @file
  * h263 decoder.
  */
 
@@ -563,7 +563,7 @@ not_coded:
 
 static int h263_skip_b_part(MpegEncContext *s, int cbp)
 {
-    DECLARE_ALIGNED(16, DCTELEM, dblock)[64];
+    LOCAL_ALIGNED_16(DCTELEM, dblock, [64]);
     int i, mbi;
 
     /* we have to set s->mb_intra to zero to decode B-part of PB-frame correctly