[xiph-commits] r16406 - branches/theora-thusnelda/lib/dec/x86_vc
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Mon Aug 3 15:22:30 PDT 2009
Author: cristianadam
Date: 2009-08-03 15:22:30 -0700 (Mon, 03 Aug 2009)
New Revision: 16406
Modified:
branches/theora-thusnelda/lib/dec/x86_vc/mmxstate.c
Log:
Fixed Visual C++ compilation error.
Modified: branches/theora-thusnelda/lib/dec/x86_vc/mmxstate.c
===================================================================
--- branches/theora-thusnelda/lib/dec/x86_vc/mmxstate.c 2009-08-03 21:20:47 UTC (rev 16405)
+++ branches/theora-thusnelda/lib/dec/x86_vc/mmxstate.c 2009-08-03 22:22:30 UTC (rev 16406)
@@ -74,7 +74,7 @@
else{
/*Dequantize the DC coefficient.*/
_dct_coeffs[0]=(ogg_int16_t)(_dct_coeffs[0]*(int)_dc_quant);
- oc_idct8x8_mmx(_dct_coeffs,_last_zzi,_ncoefs);
+ oc_idct8x8_mmx(_dct_coeffs,_last_zzi);
}
/*Fill in the target buffer.*/
frag_buf_off=_state->frag_buf_offs[_fragi];
More information about the commits
mailing list