[Mplayer-cvslog] CVS: main cfg-common.h,1.4,1.5

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 11 03:54:24 CET 2001


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

Modified Files:
	cfg-common.h 
Log Message:
supporting -tv outfmt

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cfg-common.h	10 Nov 2001 23:32:10 -0000	1.4
+++ cfg-common.h	11 Nov 2001 02:54:21 -0000	1.5
@@ -100,6 +100,7 @@
 	{"width", &tv_param_width, CONF_TYPE_INT, 0, 0, 4096},
 	{"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},
 	{NULL, NULL, 0, 0, 0, 0}
 };
 #endif




More information about the MPlayer-cvslog mailing list