[FFmpeg-cvslog] r25022 - trunk/libavcodec/x86/h264_weight.asm
darkshikari
subversion
Thu Sep 2 01:19:36 CEST 2010
Author: darkshikari
Date: Thu Sep 2 01:19:36 2010
New Revision: 25022
Log:
Fix typo in r25019.
Patch by Eli Friedman <eli.friedman at gmail dot com>.
Modified:
trunk/libavcodec/x86/h264_weight.asm
Modified: trunk/libavcodec/x86/h264_weight.asm
==============================================================================
--- trunk/libavcodec/x86/h264_weight.asm Thu Sep 2 00:58:39 2010 (r25021)
+++ trunk/libavcodec/x86/h264_weight.asm Thu Sep 2 01:19:36 2010 (r25022)
@@ -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
More information about the ffmpeg-cvslog
mailing list