mirror of
https://github.com/mpv-player/mpv
synced 2025-01-23 08:03:19 +00:00
parent
8fdd688d48
commit
16c7de4aab
@ -261,13 +261,6 @@ static void cocoa_run_runloop(void)
|
||||
[pool drain];
|
||||
}
|
||||
|
||||
static void cocoa_stop_runloop(void)
|
||||
{
|
||||
[NSApp performSelectorOnMainThread:@selector(stop:)
|
||||
withObject:nil
|
||||
waitUntilDone:true];
|
||||
}
|
||||
|
||||
static void *playback_thread(void *ctx_obj)
|
||||
{
|
||||
mpthread_set_name("playback core (OSX)");
|
||||
|
Loading…
Reference in New Issue
Block a user