From 38388e55953529453fe026d781c38dd2201607e4 Mon Sep 17 00:00:00 2001 From: zuxy Date: Sat, 19 May 2007 08:09:16 +0000 Subject: Fix bug in reference code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23341 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_sse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c index 609d2e6664..a4f5eab6f4 100644 --- a/mp3lib/dct64_sse.c +++ b/mp3lib/dct64_sse.c @@ -274,7 +274,7 @@ void dct64_sse(real *a,real *b,real *c) out0[32] = (short)(b1[14] + b1[9]); out1[32] = (short)(b1[9] + b1[13]); out1[96] = (short)(b1[13] + b1[11]); - out1[222] = (short)b1[15]; + out1[224] = (short)b1[15]; out1[160] = (short)(b1[15] + b1[11]); out0[240] = (short)(b1[24] + b1[28] + b1[16]); out0[208] = (short)(b1[24] + b1[28] + b1[20]); -- cgit v1.2.3