mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
GIF-related fixes part 2
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
return _impl->pts;
|
||||
}
|
||||
|
||||
- (int64_t)duration {
|
||||
return _impl->pkt_duration;
|
||||
}
|
||||
|
||||
- (FFMpegAVFrameColorRange)colorRange {
|
||||
switch (_impl->color_range) {
|
||||
case AVCOL_RANGE_MPEG:
|
||||
|
||||
Reference in New Issue
Block a user