mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
macos related changes
This commit is contained in:
@@ -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
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user