From c35afa2f57d88b3b9649896231b87e444db07293 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= <Reimar.Doeffinger@gmx.de>
Date: Tue, 28 Jun 2005 22:54:09 +0000
Subject: [PATCH] Another REG_d -> REG_D fix.

Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
---
 postproc/swscale_template.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c
index 3d271edd1c4..05f2961ec5b 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]
-- 
GitLab