[vlc-devel] commit: Do not activate mkv-preload-local-dir by default. (Laurent Aimar )

git version control git at videolan.org
Sun Mar 29 14:17:53 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Mar 29 14:06:55 2009 +0200| [0bf84041f546a75af809f75a9db511070632b94b] | committer: Laurent Aimar 

Do not activate mkv-preload-local-dir by default.

 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...

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0bf84041f546a75af809f75a9db511070632b94b
---

 modules/demux/mkv/mkv.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/mkv/mkv.cpp b/modules/demux/mkv/mkv.cpp
index 371386f..f6b9f69 100644
--- a/modules/demux/mkv/mkv.cpp
+++ b/modules/demux/mkv/mkv.cpp
@@ -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 );
 




More information about the vlc-devel mailing list