summaryrefslogtreecommitdiff
path: root/postproc/swscale_template.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2005-06-28 22:54:09 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2005-06-28 22:54:09 +0000
commitc35afa2f57d88b3b9649896231b87e444db07293 (patch)
tree8db89204ea273ece01161af47bce2746fe96d985 /postproc/swscale_template.c
parenteba9ae3cfcfb924e2dd6e6c45838e73181bd1430 (diff)
Another REG_d -> REG_D fix.
Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale_template.c')
-rw-r--r--postproc/swscale_template.c2
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]