changeset 1037:2767682b85de

*** empty log message ***
author gabucino
date Tue, 05 Jun 2001 16:52:51 +0000
parents 537875fdcf16
children b36fb1ae4b53
files DOCS/example.conf DOCS/mplayer.1
diffstat 2 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 <x> pixels width
 # y=600			# scale movie to <y> 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
 
--- 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 <sec> 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