Files
mpv/misc
wm4 4395a4f837 player: don't enter playloop for client API requests
This _actually_ does what commit 8716c2e8 promised, and gives a slight
performance improvement for client API users which make a lot of
requests (like reading properties).

The main issue was that mp_dispatch_lock() (which client.c uses to get
exclusive access to the core) still called the wakeup callback, which
made mp_dispatch_queue_process() exit. So the playloop got executed
again, and since it does a lot of stuff, performance could be reduced.
2016-09-16 20:24:52 +02:00
..
2016-06-26 13:47:21 +02:00
2015-12-17 01:17:23 +01:00
2014-07-01 23:11:08 +02:00
2014-07-26 20:29:48 +02:00
2014-07-26 20:29:48 +02:00
2016-09-07 11:26:25 +02:00