Browse Source

1000l

Originally committed as revision 6950 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Michael Niedermayer 23 years ago
parent
commit
47ceabc959
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postproc/postprocess_template.c

+ 1
- 1
postproc/postprocess_template.c View File

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



Loading…
Cancel
Save