[SCM] libav/experimental: typo

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


The following commit has been merged in the experimental branch:
commit e2f5a2a9810832fc4ee9ac77f429e1da3242a609
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 3 22:24:43 2001 +0000

    typo
    
    Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c
index 20bd8f9..c7bb86e 100644
--- a/postproc/swscale_template.c
+++ b/postproc/swscale_template.c
@@ -1298,7 +1298,7 @@ static inline void RENAME(hScale)(int16_t *dst, int dstW, uint8_t *src, int srcW
 			: "+r" (counter)
 			: "r" (filter), "m" (filterPos), "m" (dst), "m"(src+filterSize),
 			  "m" (src), "r" (filterSize*2)
-			: "%ebx", "%eax", "%ecx", "%edx"
+			: "%ebx", "%eax", "%ecx"
 		);
 	}
 #else

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list