[MPlayer-users] swScale_MMX2 bug ?

Michael Niedermayer michaelni at gmx.at
Sun May 12 20:55:02 CEST 2002


Hi

On Sunday 12 May 2002 19:27, Nilmoni Deb wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
>
> Managed to reproduce the bug at last. Configured with --enable-debug
> and SDL. Ran mplayer with '-v -vo x11 -fs -zoom'. Here's the gdb trace:
>
>
> mplayer: swscale_template.c:2715: swScale_MMX2: Assertion `lastInLumBuf +
> 1 - srcSliceY >= 0' failed.
i guess the scaler isnt called in the correct order, perhaps something like 
init, slice 2, slice 3, slice 4, ... (slice 1 is missing) or something like 
that, u could try the attached patch and post the last few lines before the 
assert failure

[...]

> 0x403e463d <kill+45>:   call   0x403d1cb4 <SDL_alarm_callback+102892>
> End of assembler dump.
>
>
> Obviously, I am not using the SDL driver. Then why is it using the
> SDL_alarm_callback function ?
i guess it isnt, gdb is showing shit (+102892 is a bit long imho)

[...]

Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-diff
Size: 1365 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20020512/12d1069a/attachment.diff>


More information about the MPlayer-users mailing list