From 1a5a7a49293c2c70a5caf9d51dad7bd5aa938471 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 18 Sep 2012 15:50:24 +0200 Subject: options: accept "yes" and "no" only for flags This removes the alternative values like "off", "0", "false" etc., and also the non-English versions of these. This is done for general consistency. It's better to have a single way of doing things when multiple ways don't add singificant value. Also update some choices for consistency. --- DOCS/man/en/options.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'DOCS/man/en/options.rst') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 70b791c1ba..da7ed79e03 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -87,8 +87,8 @@ :``--afm=ffmpeg``: Try FFmpeg's libavcodec codecs first. :``--afm=acm,dshow``: Try Win32 codecs first. ---aid= - Select audio channel. ``auto`` selects the default, ``off`` disables audio. +--aid= + Select audio channel. ``auto`` selects the default, ``no`` disables audio. See also ``--alang``. --alang= @@ -789,7 +789,7 @@ backwards since it has to rewind to the beginning to find an exact frame position. ---hr-seek= +--hr-seek= Select when to use precise seeks that are not limited to keyframes. Such seeks require decoding video from the previous keyframe up to the target position and so can take some time depending on decoding performance. For @@ -797,11 +797,11 @@ default choice to use for seeks; it's possible to explicitly override that default in the definition of key bindings and in slave mode commands. - :off: Never use precise seeks. + :no: Never use precise seeks. :absolute: Use precise seeks if the seek is to an absolute position in the file, such as a chapter seek, but not for relative seeks like the default behavior of arrow keys (default). - :always: Use precise seeks whenever possible. + :yes: Use precise seeks whenever possible. --hr-seek-demuxer-offset= This option exists to work around failures to do precise seeks (as in @@ -1139,8 +1139,8 @@ *NOTE*: This option is obsolete now that MPlayer has OpenDML support. ---loop= - Loops playback times. ``inf`` means forever and ``off`` disables +--loop= + Loops playback times. ``inf`` means forever and ``no`` disables looping. --mc= @@ -1694,9 +1694,9 @@ --shuffle Play files in random order. ---sid= +--sid= Display the subtitle stream specified by (0-31). ``auto`` selects the - default, ``off`` disables subtitles. + default, ``no`` disables subtitles. See also ``--slang``, ``--vobsubid``, ``--no-sub``. --slang= @@ -2256,8 +2256,8 @@ :``--vfm=xanim``: Try XAnim codecs first. ---vid= - Select video channel. ``auto`` selects the default, ``off`` disables video. +--vid= + Select video channel. ``auto`` selects the default, ``no`` disables video. --vm Try to change to a different video mode. Supported by the x11 and xv video -- cgit v1.2.3