Index: patched-ffmpeg-mt/libavcodec/rv34.h |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/rv34.h (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/rv34.h (working copy) |
@@ -111,7 +111,7 @@ |
int *deblock_coefs; ///< deblock coefficients for each macroblock |
/** 8x8 block available flags (for MV prediction) */ |
- DECLARE_ALIGNED_8(uint32_t, avail_cache)[3*4]; |
+ DECLARE_ALIGNED(8, uint32_t, avail_cache)[3*4]; |
int (*parse_slice_header)(struct RV34DecContext *r, GetBitContext *gb, SliceInfo *si); |
int (*decode_mb_info)(struct RV34DecContext *r); |