mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
This reverts commit 80afa98d66.
This commit is contained in:
@@ -252,8 +252,8 @@ impl<T: InvokeUiSession> Remote<T> {
|
||||
}).collect::<HashMap<usize, i32>>();
|
||||
let chroma = self.chroma.read().unwrap().clone();
|
||||
let chroma = match chroma {
|
||||
Some(Chroma::C444) => "4:4:4",
|
||||
Some(Chroma::C420) => "4:2:0",
|
||||
Some(Chroma::I444) => "4:4:4",
|
||||
Some(Chroma::I420) => "4:2:0",
|
||||
None => "-",
|
||||
};
|
||||
let chroma = Some(chroma.to_string());
|
||||
|
||||
Reference in New Issue
Block a user