mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Change mpv qos
This commit is contained in:
@@ -7,7 +7,7 @@ final class MPVOGLView: GLKView {
|
||||
private var defaultFBO: GLint?
|
||||
|
||||
var mpvGL: UnsafeMutableRawPointer?
|
||||
var queue = DispatchQueue(label: "stream.yattee.opengl", qos: .userInteractive)
|
||||
var queue = DispatchQueue(label: "stream.yattee.opengl")
|
||||
var needsDrawing = true
|
||||
|
||||
override init(frame: CGRect) {
|
||||
|
Reference in New Issue
Block a user