소스 검색

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"];