mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-14 08:41:02 +03:00
fix camera large error log (#13227)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -268,12 +268,12 @@ impl TraitCapturer for CameraCapturer {
|
||||
|
||||
#[cfg(windows)]
|
||||
fn is_gdi(&self) -> bool {
|
||||
false
|
||||
true
|
||||
}
|
||||
|
||||
#[cfg(windows)]
|
||||
fn set_gdi(&mut self) -> bool {
|
||||
false
|
||||
true
|
||||
}
|
||||
|
||||
#[cfg(feature = "vram")]
|
||||
|
||||
Reference in New Issue
Block a user