From: Jean-Baptiste Kempf Date: Thu, 22 Sep 2011 21:30:03 +0000 (+0200) Subject: MKV: de-advanced some options X-Git-Tag: 1.2.0-pre1~628 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1fe14a8816d913ab2c2f4e3ab7de95a5e79013c8;p=vlc MKV: de-advanced some options --- diff --git a/modules/demux/mkv/mkv.cpp b/modules/demux/mkv/mkv.cpp index 0d6e3a036e..9f4b98139e 100644 --- a/modules/demux/mkv/mkv.cpp +++ b/modules/demux/mkv/mkv.cpp @@ -52,7 +52,7 @@ vlc_module_begin () add_bool( "mkv-use-ordered-chapters", true, N_("Ordered chapters"), - N_("Play ordered chapters as specified in the segment."), true ); + N_("Play ordered chapters as specified in the segment."), false ); add_bool( "mkv-use-chapter-codec", true, N_("Chapter codecs"), @@ -60,7 +60,7 @@ vlc_module_begin () add_bool( "mkv-preload-local-dir", false, N_("Preload Directory"), - N_("Preload matroska files from the same family in the same directory (not good for broken files)."), true ); + N_("Preload matroska files from the same family in the same directory (not good for broken files)."), false ); add_bool( "mkv-seek-percent", false, N_("Seek based on percent not time"),