fix last commit (#9939)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-11-17 09:21:34 +08:00
committed by GitHub
parent 304e0e465d
commit 9ee77a9b92
3 changed files with 1 additions and 2 deletions

View File

@@ -501,7 +501,6 @@ pub async fn start_server(is_server: bool, no_server: bool) {
crate::platform::try_kill_broker();
#[cfg(feature = "hwcodec")]
scrap::hwcodec::start_check_process();
scrap::codec::test_av1();
crate::RendezvousMediator::start_all().await;
} else {
match crate::ipc::connect(1000, "").await {