[MPlayer-users] Request: Altivec enabling and sdl window mode fix?

Diego Biurrun diego at biurrun.de
Sun Nov 3 16:20:02 CET 2002


On Tue, Nov 05, 2002 at 03:09:48PM +0100, devros wrote:
> There is guide how to fix window mode in SDL:
> Mplayer code incorrectly uses SDL_YUVOverlay. Mplayer calls
> SDL_FreeYUVOverlay after video mode switch, which is wrong.
> Correct usage is
> 1) switch video mode using SDL_SetVideoMode
> 2) create YUVOverlay with SDL_CreateYUVOverlay
> 3) play movie
> 4) free YUVOverlay with SDL_FreeYUVOverlay
> 5) switch video mode using SDL_SetVideoMode

You should post this to mplayer-dev-eng.

Diego




More information about the MPlayer-users mailing list