Commit 1fe14a88 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: de-advanced some options

parent bfd661fc
......@@ -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"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment