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
diracdsp: try to fix segfault
This might fix Ticket1412 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer
13 years ago
parent
c9e183b490
commit
9946a6aa55
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/x86/diracdsp_yasm.asm
+ 2
- 2
libavcodec/x86/diracdsp_yasm.asm
View File
@@ -177,8 +177,8 @@ cglobal add_rect_clamped_%1, 7,7,3, dst, src, stride, idwt, idwt_stride, w, h
and wd, ~(mmsize-1)
and wd, ~(mmsize-1)
%if ARCH_X86_64
%if ARCH_X86_64
mov r
11
d, wd
%define wspill r
11
d
mov r
8
d, wd
%define wspill r
8
d
%else
%else
mov r5m, wd
mov r5m, wd
%define wspill r5m
%define wspill r5m
Write
Preview
Loading…
Cancel
Save