mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
fix wrong format of mac
This commit is contained in:
parent
c632b0e8fb
commit
617f87a797
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ impl Capturer {
|
|||
display.width(),
|
||||
display.height(),
|
||||
if use_yuv {
|
||||
quartz::PixelFormat::YCbCr420Full
|
||||
quartz::PixelFormat::YCbCr420Video
|
||||
} else {
|
||||
quartz::PixelFormat::Argb8888
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue