1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-01 08:54:48 +02:00

avcodec/x86/diracdsp: Fix high bits on Windows x86_64

Found-by: james
This commit is contained in:
Michael Niedermayer 2020-01-30 22:04:06 +01:00
parent 24a5e873b3
commit 24af459d1e

View File

@ -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: