This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
87f8cab45b
commit
47ceabc959
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
: "%e
ax", "%e
bx"
);
numEq= (-numEq) &0xFF;
Write
Preview
Loading…
Cancel
Save