Originally committed as revision 6950 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
pull/126/head
Michael Niedermayer 23 years ago
parent 87f8cab45b
commit 47ceabc959
  1. 2
      postproc/postprocess_template.c

@ -122,7 +122,7 @@ asm volatile(
"movd %%mm0, %0 \n\t" "movd %%mm0, %0 \n\t"
: "=r" (numEq) : "=r" (numEq)
: "r" (src), "r" (stride) : "r" (src), "r" (stride)
: "%ebx" : "%eax", "%ebx"
); );
numEq= (-numEq) &0xFF; numEq= (-numEq) &0xFF;

Loading…
Cancel
Save