mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Build ChatListUI
This commit is contained in:
@@ -2,7 +2,7 @@ import Foundation
|
||||
import UIKit
|
||||
import CoreMedia
|
||||
import SwiftSignalKit
|
||||
import FFMpeg
|
||||
import FFMpegBinding
|
||||
|
||||
private func readPacketCallback(userData: UnsafeMutableRawPointer?, buffer: UnsafeMutablePointer<UInt8>?, bufferSize: Int32) -> Int32 {
|
||||
let context = Unmanaged<SoftwareVideoSource>.fromOpaque(userData!).takeUnretainedValue()
|
||||
|
||||
Reference in New Issue
Block a user