summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_pcm.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-13 01:06:02 +0100
committerwm4 <wm4@nowhere>2020-02-13 01:28:14 +0100
commitf3c498c7f10dea395ee098a4d1d7e2f9602e2a99 (patch)
tree2c04214a859402d5a1018a12b0ec3022a466117c /audio/out/ao_pcm.c
parent7e6ea02183293dce4862f795d7e3d1080570f9c2 (diff)
downloadmpv-f3c498c7f10dea395ee098a4d1d7e2f9602e2a99.tar.bz2
mpv-f3c498c7f10dea395ee098a4d1d7e2f9602e2a99.tar.xz
ao: avoid unnecessary wakeups
If ao_add_events() is used, but all events flags are already set, then we don't need to wakeup the core again. Also, make the underrun message "exact" by avoiding the race condition mentioned in the comment. Avoiding redundant wakeups is not really worth the trouble, and it's actually just a bonus in the change making the ao_underrun_event() function return whether a new underrun was set, which is needed by the following commit.
Diffstat (limited to 'audio/out/ao_pcm.c')
0 files changed, 0 insertions, 0 deletions