if av1 is not slow in test, av1 takes precedence over vp9 (#9938)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-11-16 22:31:28 +08:00
committed by GitHub
parent 5d2bb9c995
commit 304e0e465d
4 changed files with 93 additions and 5 deletions

View File

@@ -2238,6 +2238,7 @@ pub mod keys {
pub const OPTION_ENABLE_ANDROID_SOFTWARE_ENCODING_HALF_SCALE: &str =
"enable-android-software-encoding-half-scale";
pub const OPTION_ENABLE_TRUSTED_DEVICES: &str = "enable-trusted-devices";
pub const OPTION_AV1_TEST: &str = "av1-test";
// buildin options
pub const OPTION_DISPLAY_NAME: &str = "display-name";