mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-25 12:15:14 +00:00
Various improvements
This commit is contained in:
@@ -112,7 +112,7 @@ public final class DirectAnimatedStickerNode: ASDisplayNode, AnimatedStickerNode
|
||||
}
|
||||
|
||||
if source.isVideo {
|
||||
if let videoSource = makeVideoStickerDirectFrameSource(queue: DirectAnimatedStickerNode.sharedQueue, path: path, width: width, height: height, cachePathPrefix: nil, unpremultiplyAlpha: false) {
|
||||
if let videoSource = makeVideoStickerDirectFrameSource(queue: DirectAnimatedStickerNode.sharedQueue, path: path, hintVP9: true, width: width, height: height, cachePathPrefix: nil, unpremultiplyAlpha: false) {
|
||||
strongSelf.setupPlayback(videoSource: videoSource)
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user