Support ffmpeg 6.0 in sys
This commit is contained in:
@ -11,7 +11,8 @@ jobs:
|
||||
container: jrottenberg/ffmpeg:${{ matrix.ffmpeg_version }}-ubuntu
|
||||
strategy:
|
||||
matrix:
|
||||
ffmpeg_version: ['3.3', '3.4', '4.0', '4.1', '4.2', '4.3', '4.4', '5.0', '5.1']
|
||||
ffmpeg_version:
|
||||
["3.3", "3.4", "4.0", "4.1", "4.2", "4.3", "4.4", "5.0", "5.1", "6.0"]
|
||||
fail-fast: false
|
||||
env:
|
||||
FEATURES: avcodec,avdevice,avfilter,avformat,postproc,swresample,swscale
|
||||
|
Reference in New Issue
Block a user