mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
fix camera large error log (#13227)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
c90d72d720
commit
c9940957f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue