mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 11:51:28 +03:00
improve video, ignore same image
This commit is contained in:
@@ -17,7 +17,7 @@ impl Capturer {
|
||||
}
|
||||
|
||||
pub fn frame<'a>(&'a mut self, _timeout_ms: u32) -> io::Result<Frame<'a>> {
|
||||
Ok(Frame(self.0.frame()))
|
||||
Ok(Frame(self.0.frame()?))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user