Browse Source

ffmpeg options were renamed

ffmpeg modules were renamed too some time ago
Rafaël Carré 13 years ago
parent
commit
f83fe2ffb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Sources/VLCLibrary.m

+ 2 - 2
Sources/VLCLibrary.m

@@ -61,8 +61,8 @@ static VLCLibrary * sharedLibrary = nil;
             [defaultParams addObject:@"--no-video-title-show"];                     // Don't show the title on overlay when starting to play
             [defaultParams addObject:@"--verbose=4"];                               // Let's not wreck the logs
 #if TARGET_OS_IPHONE
-            [defaultParams addObject:@"--ffmpeg-fast"];
-            [defaultParams addObject:@"--ffmpeg-skiploopfilter=all"];
+            [defaultParams addObject:@"--avcodec-fast"];
+            [defaultParams addObject:@"--avcodec-skiploopfilter=all"];
             [defaultParams addObject:@"--vout=vout_ios"];
             [defaultParams addObject:@"--aout=audioqueue"];
 #else