mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
100L
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:
parent
ba4aeeb473
commit
17d2c8e424
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user