ソースを参照

VLCLibrary: Remove --no-stats

After some benchmarks, the performance seems to be unaffected by the change.
Edgar Fouillet 5 年 前
コミット
118c937271
1 ファイル変更0 行追加1 行削除
  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