[MPlayer-cvslog] CVS: main cfg-mplayer.h,1.240,1.241

Joey Parrish CVS syncmail at mplayerhq.hu
Wed Feb 23 02:37:06 CET 2005


CVS change done by Joey Parrish CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv11986

Modified Files:
	cfg-mplayer.h 
Log Message:
a helpful new message about vd.


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- cfg-mplayer.h	30 Jan 2005 10:27:26 -0000	1.240
+++ cfg-mplayer.h	23 Feb 2005 01:37:03 -0000	1.241
@@ -127,6 +127,11 @@
 extern void revertPPOpt(void *conf, char* opt);
 extern char* pp_help;
 
+m_option_t vd_conf[]={       
+	{"help", "To avoid vd, always use MPlayer with an appropriate video file instead of a live partner.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
+	{NULL, NULL, 0, 0, 0, 0, NULL}
+};
+
 /*
  * CONF_TYPE_FUNC_FULL :
  * allows own implementations for passing the params
@@ -406,5 +411,7 @@
 	{"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
 	{"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
 	{"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
+
+	{"vd", vd_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };




More information about the MPlayer-cvslog mailing list