瀏覽代碼

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