Browse Source

VLCLibrary: re-add verbosity flag to mobile defaults, so 3rd parties have an easier start to set the flag

Felix Paul Kühne 12 years ago
parent
commit
1a956f338a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Sources/VLCLibrary.m

+ 2 - 1
Sources/VLCLibrary.m

@@ -108,7 +108,8 @@ static VLCLibrary * sharedLibrary = nil;
                   @"--no-video-title-show",
                   @"--no-stats",
                   @"--avcodec-fast",
-                  @"--avcodec-skiploopfilter=all"];
+                  @"--avcodec-skiploopfilter=all",
+                  @"--verbose=0"];
 #else
     vlcParams = [[NSUserDefaults standardUserDefaults] objectForKey:@"VLCParams"];
     if (!vlcParams) {