fix wrong format of mac
This commit is contained in:
parent
c632b0e8fb
commit
617f87a797
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user