1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

diracdsp: try to fix segfault

This might fix Ticket1412

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-06-16 23:16:07 +02:00
parent c9e183b490
commit 9946a6aa55

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 r11d, wd mov r8d, wd
%define wspill r11d %define wspill r8d
%else %else
mov r5m, wd mov r5m, wd
%define wspill r5m %define wspill r5m