Skip to content

Commit 0fbedaf

Browse files
committed
ffmpeg: update to ff3.3--ijk0.8.0--20170829--001
1 parent 2123f04 commit 0fbedaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

init-android.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
2020
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
2121
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
22-
IJK_FFMPEG_COMMIT=ff3.3--ijk0.8.0--20170811--001
22+
IJK_FFMPEG_COMMIT=ff3.3--ijk0.8.0--20170829--001
2323
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
2424

2525
set -e

init-ios.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
2020
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
2121
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
22-
IJK_FFMPEG_COMMIT=ff3.3--ijk0.8.0--20170811--001
22+
IJK_FFMPEG_COMMIT=ff3.3--ijk0.8.0--20170829--001
2323
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
2424

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

ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#import "ijkioapplication.h"
3434
#include "string.h"
3535

36-
static const char *kIJKFFRequiredFFmpegVersion = "ff3.3--ijk0.8.0--20170811--001";
36+
static const char *kIJKFFRequiredFFmpegVersion = "ff3.3--ijk0.8.0--20170829--001";
3737

3838
// It means you didn't call shutdown if you found this object leaked.
3939
@interface IJKWeakHolder : NSObject

0 commit comments

Comments
 (0)