Revert "disable ffmpeg ram codec temporarily" (#6928)

This commit is contained in:
RustDesk
2024-01-20 17:20:08 +08:00
committed by GitHub
parent 267342e7e6
commit 804f035a87
3 changed files with 4 additions and 13 deletions

View File

@@ -381,7 +381,6 @@ pub fn check_available_hwcodec() {
}
pub fn hwcodec_new_check_process() {
/*
use std::sync::Once;
let f = || {
// Clear to avoid checking process errors
@@ -424,5 +423,4 @@ pub fn hwcodec_new_check_process() {
ONCE.call_once(|| {
std::thread::spawn(f);
});
*/
}