aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2020-01-30 22:04:06 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2020-07-01 13:33:44 +0200
commitb8ca21d0d0161a59bd3e4523d7beaa64b808615a (patch)
treeb3858ca980a3c6019e27e95ba8d2a04be87eba5c
parent0f41c189636d3c1ca02d8f0c81ba981ee7e1e897 (diff)
downloadffmpeg-b8ca21d0d0161a59bd3e4523d7beaa64b808615a.tar.gz
avcodec/x86/diracdsp: Fix high bits on Windows x86_64
Found-by: james (cherry picked from commit 24af459d1e568fd134476f305f4fba23bf2c386a) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-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: