[Mplayer-cvslog] CVS: main/liba52 downmix.c,1.14,1.15

Michael Niedermayer michael at mplayerhq.hu
Tue Apr 30 01:33:46 CEST 2002


Update of /cvsroot/mplayer/main/liba52
In directory mail:/var/tmp.root/cvs-serv22033

Modified Files:
	downmix.c 
Log Message:
trying to fix nicks bugs ...
someone with a 3dnow cpu please test this ASAP


Index: downmix.c
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/downmix.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- downmix.c	18 Jan 2002 09:58:43 -0000	1.14
+++ downmix.c	29 Apr 2002 23:33:43 -0000	1.15
@@ -175,7 +175,6 @@
 	    *level *= 1 / (1 + 3 * LEVEL_3DB);
 	    break;
 	}
-
     return output;
 }
 
@@ -1384,9 +1383,9 @@
 	"movq   2048(%0, %%esi), %%mm4	\n\t"
 	"movq   2056(%0, %%esi), %%mm5	\n\t"
 	"pfadd  %%mm0, %%mm2		\n\t"
-	"pfadd  %%mm0, %%mm3		\n\t"
+	"pfadd  %%mm1, %%mm3		\n\t"
 	"pfadd  %%mm0, %%mm4		\n\t"
-	"pfadd  %%mm0, %%mm5		\n\t"
+	"pfadd  %%mm1, %%mm5		\n\t"
 	"movq   %%mm2, (%0, %%esi)	\n\t"
 	"movq   %%mm3, 8(%0, %%esi)	\n\t"
 	"movq   %%mm4, 1024(%0, %%esi)	\n\t"




More information about the MPlayer-cvslog mailing list