mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Limit svt-av1 to 7.1+
This commit is contained in:
@ -57,6 +57,9 @@ ffbuild_ffver() {
|
||||
*7.0*)
|
||||
echo 700
|
||||
;;
|
||||
*7.1*)
|
||||
echo 701
|
||||
;;
|
||||
*)
|
||||
echo 99999999
|
||||
;;
|
||||
|
Reference in New Issue
Block a user