1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 03:02:53 +00:00
mpv/DOCS/SDL
atmos4 fbeeb77050 Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1397 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-28 05:54:02 +00:00

26 lines
726 B
Plaintext

Here are some notes about SDL out in MPlayer.
There are several commandline switches for sdl:
-vo sdl:<name> specifies sdl video driver to use (ie. aalib,
dga, x11)
-ao sdl:<name> specifies sdl audio driver to use (ie. dsp, esd)
-noxv disables Xvideo hardware acceleration
-forcexv tries to force Xvideo acceleration
SDL Keys:
F toggles fullscreen/windowed mode
C cycles available fullscreen modes
W/S mappings for * and / (mixer control)
N sets normal size
D sets double size
KNOWN BUGS:
- Keys pressed under aalib console driver repeat forever.
It's bug in SDL, I can't change it (tested with SDL 1.2.1).
Please report problems or bugs with sdl out to the MPlayer-users
mailinglist.
--
Felix Bünemann, 2001-07-28