소스 검색

ffmpeg options were renamed

ffmpeg modules were renamed too some time ago
Rafaël Carré 13 년 전
부모
커밋
f83fe2ffb5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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