]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ituh263dec.c
Rename aac.c to aacdec.c.
[ffmpeg] / libavcodec / ituh263dec.c
index f415d77299b28bcbc16be8e7b001c562c58e4093..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