Преглед изворни кода

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