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

@@ -2332,6 +2332,7 @@ pub mod server_side {
}
}
std::thread::spawn(move || start_server(true));
scrap::codec::test_av1();
}
#[no_mangle]