Mercurial > mplayer.hg
changeset 10338:70d012c2ee69
100L
Fix the "crash after every file" reported by users who enabled dvdnav
author | albeu |
---|---|
date | Thu, 26 Jun 2003 12:07:20 +0000 |
parents | 744d56a47d09 |
children | 7074d8b6f585 |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Thu Jun 26 11:17:28 2003 +0000 +++ b/cfg-common.h Thu Jun 26 12:07:20 2003 +0000 @@ -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