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
dirac: fix segfault in horizontal_compose_haar
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
13 years ago
parent
30647fb45a
commit
a14a0d7c2c
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/dwt_yasm.asm
+ 1
- 1
libavcodec/x86/dwt_yasm.asm
View File
@@ -209,7 +209,7 @@ cglobal horizontal_compose_haar%2i_%1, 3,6,4, b, tmp, w, x, w2, b_w2
jl .end
.highpass_loop:
mov
a
m1, [b_w2q + 2*xq]
mov
u
m1, [b_w2q + 2*xq]
mova m0, [tmpq + 2*xq]
paddw m1, m0
Write
Preview
Loading…
Cancel
Save