Files
mpv/audio
wm4 b021d038c2 audio/out: make ao_request_reload() idempotent
This is what you would expect. Before this commit, each
ao_request_reload() call would just queue a reload command, and then
recreate the AO for the number of times the function was called.

Instead of sending a command, introduce some sort of event retrieval
mechanism. At least for the reload case, use atomics, because we're too
lazy to setup an extra mutex.
2014-11-09 09:58:44 +01:00
..
2014-10-12 11:33:35 +02:00
2013-11-12 23:28:21 +01:00
2014-06-11 00:39:14 +02:00
2014-10-30 22:58:17 +01:00