[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.135,1.136

Alban Bedel CVS albeu at mplayer.dev.hu
Thu Feb 28 14:48:08 CET 2002


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

Modified Files:
	cfg-mplayer.h 
Log Message:
New option use-stdin


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- cfg-mplayer.h	25 Feb 2002 13:31:26 -0000	1.135
+++ cfg-mplayer.h	28 Feb 2002 13:48:04 -0000	1.136
@@ -4,7 +4,7 @@
 
 #include "cfg-common.h"
 
-extern char *playlist_file;
+extern int use_stdin;
 
 #ifdef HAVE_FBDEV
 extern char *fb_dev_name;
@@ -295,6 +295,7 @@
 	{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 
 	{"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
+	{"use-stdin", &use_stdin, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
 
 #ifdef HAVE_X11
 	{"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},




More information about the MPlayer-cvslog mailing list