mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 18:21:28 +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)]
|
#[cfg(windows)]
|
||||||
fn is_gdi(&self) -> bool {
|
fn is_gdi(&self) -> bool {
|
||||||
false
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
fn set_gdi(&mut self) -> bool {
|
fn set_gdi(&mut self) -> bool {
|
||||||
false
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "vram")]
|
#[cfg(feature = "vram")]
|
||||||
|
|||||||
Reference in New Issue
Block a user