[vlc-commits] MKV: de-advanced some options
Jean-Baptiste Kempf
git at videolan.org
Thu Sep 22 23:31:02 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 22 23:30:03 2011 +0200| [1fe14a8816d913ab2c2f4e3ab7de95a5e79013c8] | committer: Jean-Baptiste Kempf
MKV: de-advanced some options
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1fe14a8816d913ab2c2f4e3ab7de95a5e79013c8
---
modules/demux/mkv/mkv.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/demux/mkv/mkv.cpp b/modules/demux/mkv/mkv.cpp
index 0d6e3a0..9f4b981 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"),
More information about the vlc-commits
mailing list