Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-12 22:44:33 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-06-12 22:47:01 +0300
commitb68b5ec5136da66088b5a8f772c3775b79196eb4 (patch)
tree4b5aa492dffca09a5544e651ddf2e21eea8ad7b6 /libavcodec/x86
parent85d0df0c3090b99014d4e542a9476dcd8c52937d (diff)
parent5e87080f2c73186066df0b9c43877b4af0beef3a (diff)
Merge commit '5e87080f2c73186066df0b9c43877b4af0beef3a'
* commit '5e87080f2c73186066df0b9c43877b4af0beef3a': h264_weight: Fix SSSE3 biweight code with weights of 128 Conflicts: libavcodec/x86/h264_weight.asm See: e1009665759d4a3938dd2dd07b7e84d8bc9c5290 See: fb2288834ba8a51e8934cfe8b82ac468144a34df Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/h264_weight.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/h264_weight.asm b/libavcodec/x86/h264_weight.asm
index 1e1219ddde..897c616a81 100644
--- a/libavcodec/x86/h264_weight.asm
+++ b/libavcodec/x86/h264_weight.asm
@@ -136,9 +136,9 @@ WEIGHT_FUNC_HALF_MM 8, 8
or off_regd, 1
add r4, 1
cmp r6d, 128
- je .nonnormal
+ je .nonnormal
cmp r5, 128
- jne .normal
+ jne .normal
.nonnormal
sar r5, 1
sar r6, 1