mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 20:31:29 +03:00
disable hardware encoding if encoding fails too many times (#8327)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -308,6 +308,8 @@ impl EncoderApi for AomEncoder {
|
||||
fn is_hardware(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn disable(&self) {}
|
||||
}
|
||||
|
||||
impl AomEncoder {
|
||||
|
||||
Reference in New Issue
Block a user