Video improvements

This commit is contained in:
Isaac
2024-11-14 21:14:29 +04:00
parent 80342695fb
commit 261fc96d02
22 changed files with 1701 additions and 97 deletions

View File

@@ -151,4 +151,8 @@ final class FFMpegAudioFrameDecoder: MediaTrackFrameDecoder {
self.codecContext.flushBuffers()
self.resetDecoderOnNextFrame = true
}
func sendEndToDecoder() -> Bool {
return true
}
}