diff options
author | wm4 <wm4@nowhere> | 2016-09-16 14:24:15 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-09-16 14:39:45 +0200 |
commit | 03fec24e192ea1b5c0cf957a5a64c0db9d33e67a (patch) | |
tree | 75f58b93ce56c3f6cd3afdbd3ce028f93dcf35bb /waftools/fragments/cocoa.m | |
parent | b8ade7c99b830ee9870040bcfc1f2c3d3a64d172 (diff) | |
download | mpv-03fec24e192ea1b5c0cf957a5a64c0db9d33e67a.tar.bz2 mpv-03fec24e192ea1b5c0cf957a5a64c0db9d33e67a.tar.xz |
player: litter code with explicit wakeup calls
This does 3 kinds of changes:
- change sleeptime=x to mp_set_timeout()
- change sleeptime=0 to mp_wakeup_core() calls (to be more explicit)
- change commands etc. to call mp_wakeup_core() if they do changes that
require the playloop to be rerun
This is preparation for the following changes. The goal is to process
client API requests without having to rerun the playloop every time. As
of this commit, the changes should not change behavior. In particular,
the playloop is still implicitly woken up on every command.
Diffstat (limited to 'waftools/fragments/cocoa.m')
0 files changed, 0 insertions, 0 deletions