Explorar el Código

VLCLibrary: Remove --no-stats

After some benchmarks, the performance seems to be unaffected by the change.
Edgar Fouillet hace 5 años
padre
commit
118c937271
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Sources/VLCLibrary.m

+ 0 - 1
Sources/VLCLibrary.m

@@ -111,7 +111,6 @@ static VLCLibrary * sharedLibrary = nil;
         vlcParams = @[@"--no-color",
                       @"--no-osd",
                       @"--no-video-title-show",
-                      @"--no-stats",
                       @"--no-snapshot-preview",
                       @"--http-reconnect",
 #ifndef NOSCARYCODECS