Browse Source

Fix typo in r25019.

Patch by Eli Friedman <eli.friedman at gmail dot com>.

Originally committed as revision 25022 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Eli Friedman Jason Garrett-Glaser 14 years ago
parent
commit
a10a9f5cd0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/h264_weight.asm

+ 1
- 1
libavcodec/x86/h264_weight.asm View File

@@ -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


Loading…
Cancel
Save