mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
avutil/hwcontext_videotoolbox: Fix version check
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2a543a9cf1
commit
73ce21d1f1
@ -588,7 +588,7 @@ static int vt_pixbuf_set_colorspace(void *log_ctx,
|
||||
} else
|
||||
CVBufferRemoveAttachment(pixbuf, kCVImageBufferGammaLevelKey);
|
||||
|
||||
if (__builtin_available(macOS 10.8, iOS 10, *)) {
|
||||
if (__builtin_available(macOS 12.0, iOS 15.0, *)) {
|
||||
CFDictionaryRef attachments = CVBufferCopyAttachments(pixbuf, kCVAttachmentMode_ShouldPropagate);
|
||||
if (attachments) {
|
||||
colorspace = CVImageBufferCreateColorSpaceFromAttachments(attachments);
|
||||
|
Loading…
Reference in New Issue
Block a user