Mercurial > mplayer.hg
changeset 14069:0091c036baee
-double is now default, thus -nodouble needs to be documented instead.
Slightly reworded the description of -nodouble.
author | diego |
---|---|
date | Tue, 30 Nov 2004 22:47:28 +0000 |
parents | f1372a7d9ee9 |
children | e12adb1555e4 |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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.