diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2005-06-28 22:54:09 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2005-06-28 22:54:09 +0000 |
commit | c35afa2f57d88b3b9649896231b87e444db07293 (patch) | |
tree | 8db89204ea273ece01161af47bce2746fe96d985 | |
parent | eba9ae3cfcfb924e2dd6e6c45838e73181bd1430 (diff) | |
download | ffmpeg-c35afa2f57d88b3b9649896231b87e444db07293.tar.gz |
Another REG_d -> REG_D fix.
Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-rw-r--r-- | postproc/swscale_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c index 3d271edd1c..05f2961ec5 100644 --- a/postproc/swscale_template.c +++ b/postproc/swscale_template.c @@ -2529,7 +2529,7 @@ FUNNY_UV_CODE "addl %%edi, %%esi \n\t" //src[xx+1]*2*xalpha + src[xx]*(1-2*xalpha) "mov %1, %%"REG_D" \n\t" "shrl $9, %%esi \n\t" - "movw %%si, (%%"REG_d", %%"REG_a", 2)\n\t" + "movw %%si, (%%"REG_D", %%"REG_a", 2)\n\t" "movzbl (%5, %%"REG_b"), %%edi \n\t" //src[xx] "movzbl 1(%5, %%"REG_b"), %%esi \n\t" //src[xx+1] |