# HG changeset patch # User gabucino # Date 991759971 0 # Node ID 2767682b85de89eca7020f65f2bb4741adf92361 # Parent 537875fdcf16b2fe92094691c907be9f3b4331cc *** empty log message *** diff -r 537875fdcf16 -r 2767682b85de DOCS/example.conf --- a/DOCS/example.conf Tue Jun 05 16:15:39 2001 +0000 +++ b/DOCS/example.conf Tue Jun 05 16:52:51 2001 +0000 @@ -8,8 +8,11 @@ ## more flexibly here. See below. ## -vo=xv # To specify your default video output see -vo help for - # valid settings +vo=xv # To specify default video driver (see -vo help for + # list) + +ao=oss # To specify default audio driver (see -ao help for + # list) fs=yes # Enlarges movie window to your desktop's size. # Used by drivers: all @@ -23,7 +26,7 @@ # Used by drivers: fbdev, dga2, svga zoom=no # Enable software scaling (powerful CPU needed) - # Used by drivers: svga + # Used by drivers: svga, aalib # x=800 # scale movie to pixels width # y=600 # scale movie to pixels height @@ -78,10 +81,12 @@ ## SDL driver ## +# vo = sdl # use SDL video driver by default +# ao = sdl # use SDL audio driver by default # sdl = aalib # specify driver to use (for ex.: aalib, dga, fbdev...) -# noxv = yes # do not use XVideo hardware acceleration +# noxv = no # whether to use XVideo hardware acceleration or not # forcexv = yes # force XVideo even if not detected - +# sdla = esd # use SDL's ESD audio driver by default # nodshow # disable usage of DirectShow video codecs diff -r 537875fdcf16 -r 2767682b85de DOCS/mplayer.1 --- a/DOCS/mplayer.1 Tue Jun 05 16:15:39 2001 +0000 +++ b/DOCS/mplayer.1 Tue Jun 05 16:52:51 2001 +0000 @@ -155,7 +155,8 @@ delays subtitles by seconds. Can be negative. .TP .B \-osdlevel\ level -specifies which mode the OSD should start in (none,seek,seek+timer) +specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer) +(default = 2) .IP .SH "ADVANCED OPTIONS" .TP