# HG changeset patch # User arpi # Date 994523822 0 # Node ID c311bfd737b1165babaa98580f35304fd37dbac1 # Parent df45bcd5d3ecd7f3f8ff61997d1d7864bc7429e0 fix subdriver stuff diff -r df45bcd5d3ec -r c311bfd737b1 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Sat Jul 07 10:47:09 2001 +0000 +++ b/DOCS/mplayer.1 Sat Jul 07 16:37:02 2001 +0000 @@ -76,21 +76,19 @@ Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs .TP .B \-vo\ [:] -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\ [:] -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