mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Video message recording improvements
This commit is contained in:
@@ -519,7 +519,7 @@ public final class VideoRecorder {
|
||||
func markPositionChange(position: Camera.Position, time: CMTime? = nil) {
|
||||
self.impl.markPositionChange(position: position, time: time)
|
||||
}
|
||||
|
||||
|
||||
func appendSampleBuffer(_ sampleBuffer: CMSampleBuffer) {
|
||||
guard let formatDescriptor = CMSampleBufferGetFormatDescription(sampleBuffer) else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user