Explorar el Código

MobileVLCKit: skip the loop filter correctly

Felix Paul Kühne hace 12 años
padre
commit
aa064b52cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"];