This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/x86/diracdsp: Fix high bits on Windows x86_64
Found-by: james
tags/n4.3
Michael Niedermayer
6 years ago
parent
24a5e873b3
commit
24af459d1e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/x86/diracdsp.asm
+ 1
- 1
libavcodec/x86/diracdsp.asm
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 r4
d, tot_hd
mov r3, dstq
.loop_v:
Write
Preview
Loading…
Cancel
Save