mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-21 12:11:06 +03:00
disable ffmpeg ram codec temporarily (#6927)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -381,6 +381,7 @@ pub fn check_available_hwcodec() {
|
||||
}
|
||||
|
||||
pub fn hwcodec_new_check_process() {
|
||||
/*
|
||||
use std::sync::Once;
|
||||
let f = || {
|
||||
// Clear to avoid checking process errors
|
||||
@@ -423,4 +424,5 @@ pub fn hwcodec_new_check_process() {
|
||||
ONCE.call_once(|| {
|
||||
std::thread::spawn(f);
|
||||
});
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user