]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/x86/diracdsp: Fix high bits on Windows x86_64
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 30 Jan 2020 21:04:06 +0000 (22:04 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 30 Jan 2020 23:04:22 +0000 (00:04 +0100)
Found-by: james
libavcodec/x86/diracdsp.asm

index a18bda113e8db375d6b92b1264e72455fbb692b5..17145baf874dbea6cce93eb4981c96304473b1f7 100644 (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: