Broadcast fixes

This commit is contained in:
Ali
2021-03-09 20:02:56 +04:00
parent bc472b2126
commit 131ca67aff
11 changed files with 108 additions and 73 deletions

View File

@@ -61,8 +61,6 @@ final class FFMpegAudioFrameDecoder: MediaTrackFrameDecoder {
}
return self.delayedFrames.remove(at: minFrameIndex)
}
} else {
assert(true)
}
return nil