mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Change mpv qos
This commit is contained in:
parent
71a3d54201
commit
0eda2c0485
@ -76,7 +76,7 @@ final class MPVClient: ObservableObject {
|
||||
extra_exts: nil
|
||||
)
|
||||
|
||||
queue = DispatchQueue(label: "mpv", qos: .userInteractive)
|
||||
queue = DispatchQueue(label: "mpv")
|
||||
|
||||
withUnsafeMutablePointer(to: &initParams) { initParams in
|
||||
var params = [
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user