[MPlayer-cvslog] r37235 - trunk/libmpcodecs/pullup.c
michael
subversion at mplayerhq.hu
Tue Jul 8 04:23:07 CEST 2014
Author: michael
Date: Tue Jul 8 04:23:07 2014
New Revision: 37235
Log:
avfilter/x86/vf_pullup: fix old typo
This should makes C and MMX match
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
trunk/libmpcodecs/pullup.c
Modified: trunk/libmpcodecs/pullup.c
==============================================================================
--- trunk/libmpcodecs/pullup.c Tue Jul 8 03:37:38 2014 (r37234)
+++ trunk/libmpcodecs/pullup.c Tue Jul 8 04:23:07 2014 (r37235)
@@ -86,7 +86,7 @@ static int licomb_y_mmx(unsigned char *a
"2: \n\t"
- "movq (%%"REG_D"), %%mm0 \n\t"
+ "movq (%%"REG_S"), %%mm0 \n\t"
"movq (%%"REG_D"), %%mm1 \n\t"
"punpcklbw %%mm7, %%mm0 \n\t"
"movq (%%"REG_D",%%"REG_a"), %%mm2 \n\t"
More information about the MPlayer-cvslog
mailing list