# HG changeset patch # User diego # Date 1101854848 0 # Node ID 0091c036baee629bb59ff72b17b86d1e5c4581bb # Parent f1372a7d9ee90c60f4b7edeeb9ffb7948c446519 -double is now default, thus -nodouble needs to be documented instead. Slightly reworded the description of -nodouble. diff -r f1372a7d9ee9 -r 0091c036baee DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Tue Nov 30 19:02:29 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Nov 30 22:47:28 2004 +0000 @@ -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 @@ .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 @@ .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.