Skip to content

Commit 9b013cb

Browse files
committed
ffmpeg: upgrade
1 parent 0dec33c commit 9b013cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

init-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
1919
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
2020
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
21-
IJK_FFMPEG_COMMIT=ff3.0--ijk0.4.5.1--dev0.4.5--rc10
21+
IJK_FFMPEG_COMMIT=ff3.0--ijk0.5.0--dev0.4.5--rc11
2222
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
2323

2424
set -e

init-ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
1919
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
2020
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
21-
IJK_FFMPEG_COMMIT=ff3.0--ijk0.4.5.1--dev0.4.5--rc10
21+
IJK_FFMPEG_COMMIT=ff3.0--ijk0.5.0--dev0.4.5--rc11
2222
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
2323

2424
IJK_GASP_UPSTREAM=https://github.com/Bilibili/gas-preprocessor.git

ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "ijkplayer/version.h"
3535
#include "ijkplayer/ijkavformat/ijkavformat.h"
3636

37-
static const char *kIJKFFRequiredFFmpegVersion = "ff3.0--ijk0.4.5.1--dev0.4.5--rc10";
37+
static const char *kIJKFFRequiredFFmpegVersion = "ff3.0--ijk0.5.0--dev0.4.5--rc11";
3838

3939
@interface IJKFFMoviePlayerController()
4040

0 commit comments

Comments
 (0)