瀏覽代碼

MobileVLCKit: skip the loop filter correctly

Felix Paul Kühne 12 年之前
父節點
當前提交
aa064b52cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/VLCLibrary.m

+ 1 - 1
Sources/VLCLibrary.m

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