1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00
Fix the "crash after every file" reported by users who enabled dvdnav


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10339 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2003-06-26 12:07:20 +00:00
parent ba4aeeb473
commit 17d2c8e424

View File

@ -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