summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-07 16:37:02 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-07 16:37:02 +0000
commit1d2298b284310821878f4b403aa405dbf038a950 (patch)
tree55fa0c43df00071a591603d2a58a09bf253da632 /DOCS
parentca25cabd08b6ce47d8c89f684b2a53883955e0ed (diff)
downloadmpv-1d2298b284310821878f4b403aa405dbf038a950.tar.bz2
mpv-1d2298b284310821878f4b403aa405dbf038a950.tar.xz
fix subdriver stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1289 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.112
1 files changed, 5 insertions, 7 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index fc64492c6c..fcc9759244 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -76,21 +76,19 @@ any options.
Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs
.TP
.B \-vo\ <driver>[:<device>]
-select video output driver. "device" is valid only when you specify
-a driver like SDL or GGI, which use alternative means to produce video.
-Like: -vo sdl:aalib (or dga, fbdev, svga, x11, ggi)
+select video output driver and optinaly device. "device" is valid with
+SDL and GGI too, it means sub-driver then (for example: -vo sdl:aalib).
you can get the list of available drivers executing
.I mplayer -vo help
.TP
.B \-ao\ <driver>[:<device>]
-select audio output driver. "device" is valid only when you specify
-SDL as driver, which uses alternative means to produce audio.
-Like: -ao sdl:esd (or arts)
+select audio output driver and optinaly device. "device" is valid with
+SDL and GGI too, it means sub-driver then (for example: -vo sdl:esd).
If using OSS, you can specify which sound device to use like this :
--ao oss:/dev/dsp0
+-ao oss:/dev/dsp1 (replaces the old -dsp option)
you can get the list of available drivers executing
.I mplayer -ao help