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-05-27 05:31:30 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-05-27 06:18:55 +0300
commit52fc3e372f8ed4de5735abed1f7f7569fe37b023 (patch)
tree41dd43eb9fc6fad76ebcafe1a663ce3f86858fdf /libavfilter/x86
parent4240e6a92117811509be3e5f360a44dde8618040 (diff)
avfilter/x86/vf_hqdn3d: Fix register types
Fixes Ticket4301 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/x86')
-rw-r--r--libavfilter/x86/vf_hqdn3d.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/x86/vf_hqdn3d.asm b/libavfilter/x86/vf_hqdn3d.asm
index 961127e670..e3b1bdca53 100644
--- a/libavfilter/x86/vf_hqdn3d.asm
+++ b/libavfilter/x86/vf_hqdn3d.asm
@@ -27,8 +27,8 @@ SECTION .text
%if lut_bits != 8
sar %1q, 8-lut_bits
%endif
- movsx %1d, word [%3q+%1q*2]
- add %1d, %2d
+ movsx %1q, word [%3q+%1q*2]
+ add %1q, %2q
%endmacro
%macro LOAD 3 ; dstreg, x, bitdepth