summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-26 12:07:20 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-26 12:07:20 +0000
commit17d2c8e424d4c8246fade893220506ead46e375b (patch)
tree8a074da3199be376b15587c0be8284adaf5f1285 /cfg-common.h
parentba4aeeb47375fa3ae14e83e09f823dc8012ea29d (diff)
downloadmpv-17d2c8e424d4c8246fade893220506ead46e375b.tar.bz2
mpv-17d2c8e424d4c8246fade893220506ead46e375b.tar.xz
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
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 238a26c195..f445995a86 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -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