[Mplayer-cvslog] CVS: main cfgparser.h,1.7,1.8
Alex Beregszaszi
alex at mplayer.dev.hu
Fri Nov 2 01:47:57 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv19759
Modified Files:
cfgparser.h
Log Message:
added subconfig type
Index: cfgparser.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfgparser.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cfgparser.h 22 Aug 2001 19:29:47 -0000 1.7
+++ cfgparser.h 2 Nov 2001 00:47:38 -0000 1.8
@@ -13,6 +13,8 @@
#define CONF_TYPE_FUNC_PARAM 5
#define CONF_TYPE_PRINT 6
#define CONF_TYPE_FUNC_FULL 7
+#define CONF_TYPE_SUBCONFIG 8
+
#define ERR_NOT_AN_OPTION -1
@@ -31,7 +33,7 @@
struct config {
char *name;
void *p;
- unsigned int type :3;
+ unsigned int type :4;
unsigned int flags:4;
float min,max;
};
More information about the MPlayer-cvslog
mailing list