[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.75,1.76

Folke Ashberg folke at mplayer.dev.hu
Tue Aug 14 21:00:03 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv29736

Modified Files:
	cfg-mplayer.h 
Log Message:
vo_aa: configurable now

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- cfg-mplayer.h	13 Aug 2001 11:08:18 -0000	1.75
+++ cfg-mplayer.h	14 Aug 2001 19:00:00 -0000	1.76
@@ -49,6 +49,13 @@
 extern char *mDisplayName;
 #endif
 
+#ifdef HAVE_AA
+extern int  aaopt_osdcolor;
+extern int  aaopt_extended;
+extern int  aaopt_eight;
+extern char aaopt_driver;
+#endif
+
 struct config conf[]={
 	/* name, pointer, type, flags, min, max */
 	{"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */
@@ -194,7 +201,15 @@
 #ifdef HAVE_LIRC
 	{"lircconf", &lirc_configfile, CONF_TYPE_STRING, 0, 0, 0}, 
 #endif
-	
+
+#ifdef HAVE_AA
+	{"aaosdfont", &aaopt_osdcolor, CONF_TYPE_INT, CONF_RANGE, 0, 5 }, 
+	{"aaextended", &aaopt_extended, CONF_TYPE_FLAG, 0, 0, 1 },
+	{"aaeight", &aaopt_eight, CONF_TYPE_FLAG, 0, 0, 1 },
+	{"aadriver", &aaopt_driver, CONF_TYPE_STRING, 0, 0, 0 },
+#endif
+
+      
 	{"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
 	{"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
 	{"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2},




More information about the MPlayer-cvslog mailing list