Index: patched-ffmpeg-mt/libavcodec/asv1.c |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/asv1.c (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/asv1.c (working copy) |
@@ -48,7 +48,7 @@ |
int mb_height; |
int mb_width2; |
int mb_height2; |
- DECLARE_ALIGNED_16(DCTELEM, block)[6][64]; |
+ DECLARE_ALIGNED(16, DCTELEM, block)[6][64]; |
uint16_t intra_matrix[64]; |
int q_intra_matrix[64]; |
uint8_t *bitstream_buffer; |