Skip to content

Commit

Permalink
fix: mov seek null pointer crash (bilibili#71)
Browse files Browse the repository at this point in the history
* build: upload aar artifact to github action

* fix: upgrade ffmpeg tag, fix mov seek crash
  • Loading branch information
befovy committed Oct 30, 2021
1 parent a559046 commit 04a1f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/befovy/FFmpeg.git
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20210522--926
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20211030--926
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg

set -e
Expand Down
2 changes: 1 addition & 1 deletion init-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/befovy/FFmpeg.git
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20210522--926
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20211030--926
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg

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

0 comments on commit 04a1f85

Please sign in to comment.