Index: patched-ffmpeg-mt/libavcodec/mpc.h |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/mpc.h (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/mpc.h (working copy) |
@@ -65,9 +65,9 @@ |
AVLFG rnd; |
int frames_to_skip; |
/* for synthesis */ |
- DECLARE_ALIGNED_16(MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2]; |
+ DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2]; |
int synth_buf_offset[MPA_MAX_CHANNELS]; |
- DECLARE_ALIGNED_16(int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT]; |
+ DECLARE_ALIGNED(16, int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT]; |
} MPCContext; |
void ff_mpc_init(void); |