Explorar el Código

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

Felix Paul Kühne hace 12 años
padre
commit
1a956f338a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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) {