diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-07 10:47:09 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-07 10:47:09 +0000 |
commit | ca25cabd08b6ce47d8c89f684b2a53883955e0ed (patch) | |
tree | 5a0ecf6824a95a059a150cc3ff1ab3b627e172d3 /DOCS | |
parent | 2465ba5a84f83f095f1e8706a146e04babe60e1f (diff) |
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1288 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/mplayer.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index f45503d6a2..fc64492c6c 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -6,8 +6,8 @@ mplayer \- Movie Player for Linux .SH SYNOPSIS .B mplayer -.RB [ \-vo\ <driver>[:<subdriver>]\ ] -.RB [ \-ao\ <driver>[:<subdriver>]\ ] +.RB [ \-vo\ <driver>[:<device>]\ ] +.RB [ \-ao\ <driver>[:<device>]\ ] .RB [ \-vcd\ track\ number ] .RB [ \-sb\ byte\ position ] .RB [ \-nosound\ ] @@ -75,8 +75,8 @@ any options. .I NOTE Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs .TP -.B \-vo\ <driver>[:<subdriver>] -select video output driver. "subdriver" is valid only when you specify +.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) @@ -84,8 +84,8 @@ you can get the list of available drivers executing .I mplayer -vo help .TP -.B \-ao\ <driver>[:<subdriver>] -select audio output driver. "subdriver" is valid only when you specify +.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) |