From 8292ca3541e7375c0d05c40000e8359884027b74 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 23 Jun 2002 21:04:35 +0000 Subject: quick ffmpeg update (enables wmv1 decoding) thanks to the ffmpeg team for their amazing work! CVS patchset: 2141 CVS date: 2002/06/23 21:04:35 --- src/libffmpeg/libavcodec/i386/fdct_mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libffmpeg/libavcodec/i386') diff --git a/src/libffmpeg/libavcodec/i386/fdct_mmx.c b/src/libffmpeg/libavcodec/i386/fdct_mmx.c index 7135beb21..dcc5c514c 100644 --- a/src/libffmpeg/libavcodec/i386/fdct_mmx.c +++ b/src/libffmpeg/libavcodec/i386/fdct_mmx.c @@ -46,7 +46,7 @@ const int16_t ocos_4_16[4] = { }; static const mmx_t fdct_one_corr = {0x0001000100010001LL}; -static volatile mmx_t fdct_r_row = { d:{RND_FRW_ROW, RND_FRW_ROW} }; +static const mmx_t fdct_r_row = { d:{RND_FRW_ROW, RND_FRW_ROW} }; const int16_t tab_frw_01234567[] ATTR_ALIGN(8) = { // forward_dct coeff table //row0 -- cgit v1.2.3