summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-30 22:47:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-30 22:47:28 +0000
commit0eeeb2590778c90c1da2bba06701b9b4301e5286 (patch)
tree8e49f95afce12cbe1aa571c4b360100e60aa4539 /DOCS/man/en
parent81a689734307105e97623e6fa15c29cc0107a0f2 (diff)
downloadmpv-0eeeb2590778c90c1da2bba06701b9b4301e5286.tar.bz2
mpv-0eeeb2590778c90c1da2bba06701b9b4301e5286.tar.xz
-double is now default, thus -nodouble needs to be documented instead.
Slightly reworded the description of -nodouble. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14070 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.120
1 files changed, 10 insertions, 10 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index be9d29bf9e..a888ad1d57 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -33,7 +33,7 @@
.\" Title
.\" --------------------------------------------------------------------------
.
-.TH MPlayer 1 "2004-11-17" "The MPlayer Project" "The Movie Player"
+.TH MPlayer 1 "2004-11-30" "The MPlayer Project" "The Movie Player"
.
.SH NAME
mplayer \- movie player
@@ -1959,15 +1959,6 @@ on.
.PD 1
.
.TP
-.B \-double
-Enables double buffering.
-Fixes flicker by storing two frames in memory, and displaying one while
-decoding another.
-Can affect OSD negatively, but often it removes OSD flickering.
-Needs twice the memory of a single buffer, so it won't work on cards with
-very little video memory.
-.
-.TP
.B \-dr \ \ \
Turns on direct rendering (not supported by all codecs and video outputs)
.br
@@ -2195,6 +2186,15 @@ Set the aspect ratio of your monitor or TV screen.
.PD 1
.
.TP
+.B \-nodouble
+Disables double buffering.
+Double buffering fixes flicker by storing two frames in memory, and
+displaying one while decoding another.
+It can affect OSD negatively, but often removes OSD flickering.
+It needs twice the memory of a single buffer and thus will not
+work on cards with very little video memory.
+.
+.TP
.B \-nograbpointer
Do not grab the mouse pointer after a video mode change (\-vm).
Useful for multihead setups.