]> git.sesse.net Git - vlc/commitdiff
Do not activate mkv-preload-local-dir by default.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 29 Mar 2009 12:06:55 +0000 (14:06 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 29 Mar 2009 12:11:32 +0000 (14:11 +0200)
 It will avoid VLC loading every .mkv in the same directory than the
one you are trying to play (can be very very long).
Of course, this will break linked mkv files...

modules/demux/mkv/mkv.cpp

index 371386ff596220a32da7c2331bbdd3617236d915..f6b9f69b2b23ebfbbc30af941390392f804ae190 100644 (file)
@@ -55,7 +55,7 @@ vlc_module_begin ()
             N_("Chapter codecs"),
             N_("Use chapter codecs found in the segment."), true );
 
-    add_bool( "mkv-preload-local-dir", 1, NULL,
+    add_bool( "mkv-preload-local-dir", 0, NULL,
             N_("Preload Directory"),
             N_("Preload matroska files from the same family in the same directory (not good for broken files)."), true );