Fix ffmpeg 6.0 support and have it verified in docker/CI properly (#7)

This commit is contained in:
Josh Holmer
2023-03-08 15:09:08 -05:00
committed by GitHub
parent e3d3c4a11e
commit 0d11595259
6 changed files with 86 additions and 86 deletions

View File

@ -586,6 +586,7 @@ fn check_features(
("ffmpeg_4_4", 58, 100),
("ffmpeg_5_0", 59, 18),
("ffmpeg_5_1", 59, 37),
("ffmpeg_6_0", 60, 3),
];
for &(ffmpeg_version_flag, lavc_version_major, lavc_version_minor) in
ffmpeg_lavc_versions.iter()