diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-03-09 23:03:54 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-04-13 03:15:42 +0300 |
commit | cb61c0f2d4c7a7deb84ed4db6a41c2c6bdd1a055 (patch) | |
tree | ae0f70bede7324b9ba0ccd4a554ef55495977fed /DOCS | |
parent | 2c2f620e7a5e650f843904e1971d7012221f4be8 (diff) | |
download | mpv-cb61c0f2d4c7a7deb84ed4db6a41c2c6bdd1a055.tar.bz2 mpv-cb61c0f2d4c7a7deb84ed4db6a41c2c6bdd1a055.tar.xz |
options: add -gamma (was only accessible from slave mode before)
Patch by Kevin DeKorte, kdekorte at gmail
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33064 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 75671c69ec..206a46b4fa 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3078,6 +3078,11 @@ Fixes fullscreen switching on OpenBox 1.x. .PD 1 . .TP +.B \-gamma <\-100\-100> +Adjust the gamma of the video signal (default: 0). +Not supported by all video output drivers. +. +.TP .B \-geometry x[%][:y[%]] or [WxH][+-x+-y] Adjust where the output is on the screen initially. The x and y specifications are in pixels measured from the top-left of the |