diff cavs.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 0dce4fe6e6f3
children fda40558e98a
line wrap: on
line diff
--- a/cavs.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/cavs.c	Fri Jan 22 03:25:11 2010 +0000
@@ -73,7 +73,7 @@
  *
  */
 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type) {
-    DECLARE_ALIGNED_8(uint8_t, bs[8]);
+    DECLARE_ALIGNED_8(uint8_t, bs)[8];
     int qp_avg, alpha, beta, tc;
     int i;