[Mplayer-cvslog] CVS: main cfg-common.h,1.99,1.100
Alban Bedel CVS
albeu at mplayerhq.hu
Thu Jun 26 14:07:42 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv4056
Modified Files:
cfg-common.h
Log Message:
100L
Fix the "crash after every file" reported by users who enabled dvdnav
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- cfg-common.h 17 May 2003 12:23:32 -0000 1.99
+++ cfg-common.h 26 Jun 2003 12:07:20 -0000 1.100
@@ -12,7 +12,7 @@
{"cuefile", "-cuefile is deprecated, use cue://filname:N where N is the track number.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
{"cdrom-device", &cdrom_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
#ifdef USE_DVDNAV
- {"dvdnav", "-dvdnav deprecated, use dvdnav:// instead.\n", CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"dvdnav", "-dvdnav deprecated, use dvdnav:// instead.\n", CONF_TYPE_PRINT, 0, 0, 1, NULL},
{"skipopening", &dvd_nav_skip_opening, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#endif
#ifdef USE_DVDREAD
More information about the MPlayer-cvslog
mailing list