[WIP] Conference calls

This commit is contained in:
Isaac
2024-12-10 22:17:36 +08:00
parent 166df8406f
commit 7e9b1fcc40
34 changed files with 1199 additions and 1099 deletions

View File

@@ -36,7 +36,7 @@ public final class FFMpegMediaDataReader: MediaDataReader {
if self.isVideo {
var passthroughDecoder = true
if (codecName == "av1" || codecName == "av01") && !isHardwareAv1Supported {
if (codecName == "av1" || codecName == "av01") && !internal_isHardwareAv1Supported {
passthroughDecoder = false
}
let videoSource = SoftwareVideoReader(path: filePath, hintVP9: false, passthroughDecoder: passthroughDecoder)