diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2010-09-01 23:19:36 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2010-09-01 23:19:36 +0000 |
commit | a10a9f5cd06538c961943637f6c6c8f52cd257fc (patch) | |
tree | 77f1899cae2bfc976a9bbbd0dda0de813f96a9fd /libavcodec | |
parent | e66f8a5389e4ce6c678b2aeb1198d58521eaee4d (diff) | |
download | ffmpeg-a10a9f5cd06538c961943637f6c6c8f52cd257fc.tar.gz |
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
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/x86/h264_weight.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |