From 541027e26a1efe1b2189d3e8bedfb06757129c2b Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 29 May 2002 14:20:48 +0000 Subject: * cosmetic minor change Originally committed as revision 622 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/dsputil_mmx_avg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/i386/dsputil_mmx_avg.h') diff --git a/libavcodec/i386/dsputil_mmx_avg.h b/libavcodec/i386/dsputil_mmx_avg.h index 703cd0f2ca..0178144e97 100644 --- a/libavcodec/i386/dsputil_mmx_avg.h +++ b/libavcodec/i386/dsputil_mmx_avg.h @@ -290,7 +290,7 @@ static void DEF(avg_pixels_xy2)(UINT8 *block, const UINT8 *pixels, int line_size "addl %%eax, %2 \n\t" "subl $4, %0 \n\t" "jnz 1b \n\t" - :"+g"(h), "+D"(pixels), "+S"(block) + :"+g"(h), "+S"(pixels), "+D"(block) :"r" (line_size) :"%eax", "memory"); } -- cgit v1.2.3