mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 21:11:28 +03:00
fix wrong format of mac
This commit is contained in:
@@ -20,7 +20,7 @@ impl Capturer {
|
|||||||
display.width(),
|
display.width(),
|
||||||
display.height(),
|
display.height(),
|
||||||
if use_yuv {
|
if use_yuv {
|
||||||
quartz::PixelFormat::YCbCr420Full
|
quartz::PixelFormat::YCbCr420Video
|
||||||
} else {
|
} else {
|
||||||
quartz::PixelFormat::Argb8888
|
quartz::PixelFormat::Argb8888
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user