changeset 1186:4f0072371bb9 libavcodec

10l (hadamard fix)
author michaelni
date Mon, 14 Apr 2003 09:58:16 +0000
parents 9da267732f68
children f3c659bfdb8e
files i386/dsputil_mmx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Sat Apr 12 22:53:26 2003 +0000
+++ b/i386/dsputil_mmx.c	Mon Apr 14 09:58:16 2003 +0000
@@ -589,7 +589,7 @@
     "paddw " #b1 ", " #b1 "		\n\t"\
     "paddw " #b2 ", " #b2 "		\n\t"\
     "psubw " #a1 ", " #b1 "		\n\t"\
-    "psubw " #a2 ", " #b1 "		\n\t"
+    "psubw " #a2 ", " #b2 "		\n\t"
 
 #define HADAMARD48\
         LBUTTERFLY2(%%mm0, %%mm1, %%mm2, %%mm3)\