Skip to content

Commit 016f300

Browse files
committed
ffmpeg rollback to n6.1.1,because mpegts_get_dts return wrong pos
1 parent 18c529b commit 016f300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/libs/ffmpeg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
3535
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
3636
export GIT_REPO_VERSION="$GIT_FFMPEG_COMMIT"
3737
else
38-
export GIT_COMMIT=n6.1.2 #origin/release/5.1
39-
export GIT_REPO_VERSION=6.1.2
38+
export GIT_COMMIT=n6.1.1 #origin/release/5.1
39+
export GIT_REPO_VERSION=6.1.1
4040
fi
4141

4242
# pre compiled

0 commit comments

Comments
 (0)