macos related changes

This commit is contained in:
Mikhail Filimonov
2024-12-19 14:58:12 +04:00
parent 288f7820df
commit 3095400114
3 changed files with 14 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import FFMpegBinding
import VideoToolbox
#if os(macOS)
private let isHardwareAv1Supported: Bool = {
private let internal_isHardwareAv1Supported: Bool = {
let value = VTIsHardwareDecodeSupported(kCMVideoCodecType_AV1)
return value
}()