summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wmv2.h')
-rw-r--r--libavcodec/wmv2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmv2.h b/libavcodec/wmv2.h
index 4c7be44bfd..6b4a1e65ee 100644
--- a/libavcodec/wmv2.h
+++ b/libavcodec/wmv2.h
@@ -50,7 +50,7 @@ typedef struct Wmv2Context{
int hshift;
ScanTable abt_scantable[2];
- DECLARE_ALIGNED_16(DCTELEM, abt_block2[6][64]);
+ DECLARE_ALIGNED_16(DCTELEM, abt_block2)[6][64];
}Wmv2Context;
void ff_wmv2_common_init(Wmv2Context * w);