From a10a9f5cd06538c961943637f6c6c8f52cd257fc Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 1 Sep 2010 23:19:36 +0000 Subject: Fix typo in r25019. Patch by Eli Friedman . Originally committed as revision 25022 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/h264_weight.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/x86/h264_weight.asm b/libavcodec/x86/h264_weight.asm index 916f5850c1..6e89ab3bc7 100644 --- a/libavcodec/x86/h264_weight.asm +++ b/libavcodec/x86/h264_weight.asm @@ -95,7 +95,7 @@ WEIGHT_FUNC_DBL_MM 16 WEIGHT_FUNC_DBL_MM 8 %macro WEIGHT_FUNC_MM 4 -cglobal h264_weight_%1x%2_%4, 7, 7, % +cglobal h264_weight_%1x%2_%4, 7, 7, %3 WEIGHT_SETUP mov r2, %2 %if %2 == 16 -- cgit v1.2.3