Skip to content

Commit 04a1f85

Browse files
authored
fix: mov seek null pointer crash (bilibili#71)
* build: upload aar artifact to github action * fix: upgrade ffmpeg tag, fix mov seek crash
1 parent a559046 commit 04a1f85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

init-android.sh

Lines changed: 1 addition & 1 deletion
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/befovy/FFmpeg.git
22-
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20210522--926
22+
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20211030--926
2323
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
2424

2525
set -e

init-ios.sh

Lines changed: 1 addition & 1 deletion
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/befovy/FFmpeg.git
22-
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20210522--926
22+
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20211030--926
2323
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
2424

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

0 commit comments

Comments
 (0)