Fix ffmpeg 6.0 support and have it verified in docker/CI properly (#7)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user