[Mplayer-cvslog] CVS: main cfg-common.h,1.28,1.29
Zoltan Ponekker
pontscho at mplayer.dev.hu
Wed Feb 6 21:16:37 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mf.c,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.18,1.19 demuxer.c,1.69,1.70 demuxer.h,1.27,1.28 open.c,1.36,1.37 stream.h,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv20665
Modified Files:
cfg-common.h
Log Message:
add mfi support
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- cfg-common.h 26 Jan 2002 16:32:06 -0000 1.28
+++ cfg-common.h 6 Feb 2002 20:16:35 -0000 1.29
@@ -57,6 +57,8 @@
// ------------------------- codec/pp options --------------------
+ {"mf", mfopts_conf, CONF_TYPE_SUBCONFIG, 0,0,0, NULL},
+
#ifdef USE_FAKE_MONO
{"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
#endif
@@ -153,4 +155,19 @@
{NULL, NULL, 0, 0, 0, 0, NULL}
};
+extern int mf_support;
+extern int mf_w;
+extern int mf_h;
+extern int mf_fps;
+extern char * mf_type;
+
+struct config mfopts_conf[]={
+ {"on", &mf_support, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"w", &mf_w, CONF_TYPE_INT, 0, 0, 0, NULL},
+ {"h", &mf_h, CONF_TYPE_INT, 0, 0, 0, NULL},
+ {"fps", &mf_fps, CONF_TYPE_INT, 0, 0, 0, NULL},
+ {"type", &mf_type, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ {NULL, NULL, 0, 0, 0, 0, NULL}
+};
+
#endif
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mf.c,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.18,1.19 demuxer.c,1.69,1.70 demuxer.h,1.27,1.28 open.c,1.36,1.37 stream.h,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list