[MPlayer-cvslog] r33064 - in trunk: DOCS/man/en/mplayer.1 cfg-mplayer.h

cehoyos subversion at mplayerhq.hu
Thu Mar 10 00:03:55 CET 2011


Author: cehoyos
Date: Thu Mar 10 00:03:54 2011
New Revision: 33064

Log:
Add a command line option -gamma.

Patch by Kevin DeKorte, kdekorte at gmail

Modified:
   trunk/cfg-mplayer.h

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/man/en/mplayer.1

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Wed Mar  9 22:18:25 2011	(r33063)
+++ trunk/cfg-mplayer.h	Thu Mar 10 00:03:54 2011	(r33064)
@@ -199,6 +199,7 @@ const m_option_t mplayer_opts[]={
     {"saturation",&vo_gamma_saturation, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
     {"contrast",&vo_gamma_contrast, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
     {"hue",&vo_gamma_hue, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
+    {"gamma",&vo_gamma_gamma, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
     {"keepaspect", &vo_keepaspect, CONF_TYPE_FLAG, 0, 0, 1, NULL},
     {"nokeepaspect", &vo_keepaspect, CONF_TYPE_FLAG, 0, 1, 0, NULL},
 


More information about the MPlayer-cvslog mailing list