]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCLibrary.m
macosx/framework: Only fetch meta when needed.
[vlc] / projects / macosx / framework / Sources / VLCLibrary.m
index 658690d1d6708b71011c09866325e266ca573273..b58e011241b97dedd118082d269f74800e00a582 100644 (file)
@@ -82,7 +82,7 @@ static void * DestroySharedLibraryAtExit( void )
         
         const char * lib_vlc_params[] = { 
             "-I", "dummy", "--vout=opengllayer", 
-            "--no-video-title-show", "--no-sout-keep", "-vvv"
+            "--no-video-title-show", "--no-sout-keep"
             //, "--control=motion", "--motion-use-rotate", "--video-filter=rotate"
         };