Sfoglia il codice sorgente

MobileVLCKit: enforce quartztext renderer for testing purposes

Felix Paul Kühne 12 anni fa
parent
commit
292e80e0b3
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Sources/VLCLibrary.m

+ 2 - 1
Sources/VLCLibrary.m

@@ -108,7 +108,8 @@ static VLCLibrary * sharedLibrary = nil;
                   @"--no-video-title-show",
                   @"--no-stats",
                   @"--avcodec-fast",
-                  @"--verbose=0"];
+                  @"--verbose=0",
+                  @"--text-renderer=quartztext"];
 #else
     vlcParams = [[NSUserDefaults standardUserDefaults] objectForKey:@"VLCParams"];
     if (!vlcParams) {