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

devros devros at seznam.cz
Sun Nov 3 15:11:01 CET 2002


Please can somebody enable ffmpeg altivec instruction in mplayer...
Thanks

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


Very thanks, this soft is best...

Devros




More information about the MPlayer-users mailing list