浏览代码

MobileVLCKit: don't enforce avcodec-skiploopfilter since this should be set by the client app

Felix Paul Kühne 12 年之前
父节点
当前提交
33fde905e5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Sources/VLCLibrary.m

+ 0 - 1
Sources/VLCLibrary.m

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