[SCM] libav/experimental: Another REG_d -> REG_D fix.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:44:32 UTC 2013


The following commit has been merged in the experimental branch:
commit c35afa2f57d88b3b9649896231b87e444db07293
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Tue Jun 28 22:54:09 2005 +0000

    Another REG_d -> REG_D fix.
    
    Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list