[Mplayer-cvslog] CVS: main cfg-common.h,1.35,1.36

Arpi of Ize arpi at mplayer.dev.hu
Wed Apr 3 20:15:18 CEST 2002


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

Modified Files:
	cfg-common.h 
Log Message:
new dvdnav option: -skipopening - dvdnav patch by Kees Cook <mplayer at outflux.net>

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- cfg-common.h	31 Mar 2002 22:01:54 -0000	1.35
+++ cfg-common.h	3 Apr 2002 18:15:15 -0000	1.36
@@ -14,7 +14,8 @@
 	{"vcd", "VCD support is NOT available on this system!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif
 #ifdef USE_DVDNAV
-	{"dvdnav", &dvd_nav, CONF_TYPE_FLAG, 0, 0, 1},
+	{"dvdnav", &dvd_nav, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+	{"skipopening", &dvd_nav_skip_opening, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 #endif
 #ifdef USE_DVDREAD
 	{"dvd-device", &dvd_device,  CONF_TYPE_STRING, 0, 0, 0, NULL}, 




More information about the MPlayer-cvslog mailing list