diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-14 09:27:04 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-14 09:27:04 +0000 |
commit | de22e52855efe7491fc0dd06e3ca04ffba2b088c (patch) | |
tree | 192e6f447007ef47469fc2e15936eb603fcb10cd /DOCS/man | |
parent | f50edb709ce78387d6470d317170a5f6cff31562 (diff) |
-use-stdin renamed to -noconsolecontrols.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12817 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index b8e7c4856f..53292f2122 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -523,6 +523,15 @@ Use an alternative menu.conf. .B \-menu-root <value> (OSD menu only) Specify the main menu. .TP +.B \-noconsolecontrols +Prevent MPlayer from reading key events from standard input. +Useful when reading data from standard input. +This is automatically enabled when \- is found on the command line. +There are situations where you have to set it manually, e.g. +if you open /dev/stdin (or the equivalent on your system), use stdin +in a playlist or intend to read from stdin later on via the loadfile or +loadlist slave commands. +.TP .B \-nojoystick Turns off joystick support. .TP @@ -586,15 +595,6 @@ Slow down or speed up playback by the factor given as parameter. .B \-sstep <sec> Display one frame every <sec> seconds. Useful for slideshows. -.TP -.B \-use-stdin -Prevent MPlayer from reading key events from standard input. -Useful when reading data from standard input. -This is automatically enabled when \- is found on the command line. -There are situations where you have to set it manually, e.g. -if you open /dev/stdin (or the equivalent on your system), use stdin -in a playlist or intend to read from stdin later on via the loadfile or -loadlist slave commands. . . .SH "DEMUXER/STREAM OPTIONS" |