Procházet zdrojové kódy

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

Felix Paul Kühne před 12 roky
rodič
revize
33fde905e5
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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"];