diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-08-08 10:46:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-08-08 10:46:16 +0000 |
commit | 47ceabc9599a7915dbfdcb910d004fa5a4895665 (patch) | |
tree | 83168cf12b59b5eeba29b25d3abc98cb7845eec9 | |
parent | 87f8cab45b66712c23f861661afb97739f1fd8f5 (diff) | |
download | ffmpeg-47ceabc9599a7915dbfdcb910d004fa5a4895665.tar.gz |
1000l
Originally committed as revision 6950 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-rw-r--r-- | postproc/postprocess_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c index d2583fc941..4e5bd166d5 100644 --- a/postproc/postprocess_template.c +++ b/postproc/postprocess_template.c @@ -122,7 +122,7 @@ asm volatile( "movd %%mm0, %0 \n\t" : "=r" (numEq) : "r" (src), "r" (stride) - : "%ebx" + : "%eax", "%ebx" ); numEq= (-numEq) &0xFF; |