mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-27 02:54:43 +01:00
Working
This commit is contained in:
@@ -558,6 +558,8 @@ final class MPVSoftwareRenderer {
|
||||
}
|
||||
|
||||
private func createPixelBufferPool(width: Int, height: Int) {
|
||||
guard width > 0, height > 0 else { return }
|
||||
|
||||
let pixelFormat = kCVPixelFormatType_32BGRA
|
||||
|
||||
let attrs: [CFString: Any] = [
|
||||
|
||||
Reference in New Issue
Block a user