Support ffmpeg 6.0 in sys

This commit is contained in:
Josh Holmer
2023-03-07 13:08:58 -05:00
parent 4c03911ac4
commit 83a831befb
5 changed files with 12 additions and 15 deletions

View File

@ -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