changeset 23323:e30b3f6bab3f

Fix bug in reference code
author zuxy
date Sat, 19 May 2007 08:09:16 +0000
parents bc9ec60e174d
children 0237c086e8b2
files mp3lib/dct64_sse.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/dct64_sse.c	Fri May 18 18:58:34 2007 +0000
+++ b/mp3lib/dct64_sse.c	Sat May 19 08:09:16 2007 +0000
@@ -274,7 +274,7 @@
     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]);