From: Loren Merritt Date: Sat, 1 Oct 2005 19:33:26 +0000 (+0000) Subject: typo in ia32 x264_pixel_avg_weight_w8_mmxext X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31a36aa8621c7bd0264b87421e8d0a490d7c45f5;p=libx264 typo in ia32 x264_pixel_avg_weight_w8_mmxext git-svn-id: svn://svn.videolan.org/x264/trunk@308 df754926-b1dd-0310-bc7b-ec298dee348c --- diff --git a/common/i386/mc-a.asm b/common/i386/mc-a.asm index 55c383fe..a1098c6a 100644 --- a/common/i386/mc-a.asm +++ b/common/i386/mc-a.asm @@ -326,7 +326,7 @@ x264_pixel_avg_weight_w8_mmxext: BIWEIGHT_4P_MMX [edi+esi+4], [edx+ecx+4] lea edi, [edi+esi*2] - lea edx, [edi+ecx*2] + lea edx, [edx+ecx*2] sub eax, byte 2 jnz .height_loop BIWEIGHT_END_MMX