[FFmpeg-cvslog] avcodec/x86/diracdsp: Fix high bits on Windows x86_64
Michael Niedermayer
git at videolan.org
Fri Jan 31 01:14:12 EET 2020
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Jan 30 22:04:06 2020 +0100| [24af459d1e568fd134476f305f4fba23bf2c386a] | committer: Michael Niedermayer
avcodec/x86/diracdsp: Fix high bits on Windows x86_64
Found-by: james
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24af459d1e568fd134476f305f4fba23bf2c386a
---
libavcodec/x86/diracdsp.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
More information about the ffmpeg-cvslog
mailing list