mirror of https://github.com/mpv-player/mpv
new dvdnav option: -skipopening - dvdnav patch by Kees Cook <mplayer@outflux.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5476 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fd84722e23
commit
3055e6d514
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue