mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Emoji improvements
This commit is contained in:
@@ -263,7 +263,7 @@ public func cacheVideoStickerFrames(path: String, size: CGSize, cacheKey: String
|
||||
return Signal { subscriber in
|
||||
let cancelled = Atomic<Bool>(value: false)
|
||||
|
||||
let source = SoftwareVideoSource(path: path, hintVP9: true)
|
||||
let source = SoftwareVideoSource(path: path, hintVP9: true, unpremultiplyAlpha: true)
|
||||
let queue = ThreadPoolQueue(threadPool: softwareVideoWorkers)
|
||||
|
||||
queue.addTask(ThreadPoolTask({ _ in
|
||||
|
||||
Reference in New Issue
Block a user