[Mplayer-cvslog] CVS: main cfg-common.h,1.12,1.13

Alex Beregszaszi alex at mplayer.dev.hu
Mon Dec 3 17:48:12 CET 2001


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

Modified Files:
	cfg-common.h 
Log Message:
add tv fps support

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cfg-common.h	2 Dec 2001 20:03:26 -0000	1.12
+++ cfg-common.h	3 Dec 2001 16:48:09 -0000	1.13
@@ -109,6 +109,7 @@
 	{"height", &tv_param_height, CONF_TYPE_INT, 0, 0, 4096},
 	{"input", &tv_param_input, CONF_TYPE_INT, 0, 0, 20},
 	{"outfmt", &tv_param_outfmt, CONF_TYPE_STRING, 0, 0, 0},
+	{"fps", &tv_param_fps, CONF_TYPE_FLOAT, 0, 0, 100.0},
 	{NULL, NULL, 0, 0, 0, 0}
 };
 #endif




More information about the MPlayer-cvslog mailing list