fix camera large error log (#13227)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-10-20 13:23:41 +08:00
committed by GitHub
parent c90d72d720
commit c9940957f0

View File

@@ -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")]