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 <michael@niedermayer.cc>2020-01-31 00:04:06 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2020-01-31 02:04:22 +0300
commit24af459d1e568fd134476f305f4fba23bf2c386a (patch)
tree3571f41cce95f60f4fe19bd10f81219b78a5eb73 /libavcodec/x86
parent24a5e873b3dce4eaa19159183bc3a029b9dd953d (diff)
avcodec/x86/diracdsp: Fix high bits on Windows x86_64
Found-by: james
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/diracdsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/diracdsp.asm b/libavcodec/x86/diracdsp.asm
index a18bda113e..17145baf87 100644
--- a/libavcodec/x86/diracdsp.asm
+++ b/libavcodec/x86/diracdsp.asm
@@ -274,7 +274,7 @@ cglobal dequant_subband_32, 7, 7, 4, src, dst, stride, qf, qs, tot_v, tot_h
movd m3, qsd
SPLATD m2
SPLATD m3
- mov r4, tot_hq
+ mov r4d, tot_hd
mov r3, dstq
.loop_v: