diff options
author | Kacper Michajłow <kasper93@gmail.com> | 2023-11-08 22:49:17 -0600 |
---|---|---|
committer | Dudemanguy <random342@airmail.cc> | 2023-11-09 21:31:58 +0000 |
commit | 7d86807a5f71989e944269fa430f36f2f32b1d65 (patch) | |
tree | db940e26c2d2971cb3287ab987c89549b89fa78d /video/out/dr_helper.c | |
parent | a89ba2c7497ca42f5b7e21144d5bf1a8da193654 (diff) | |
download | mpv-7d86807a5f71989e944269fa430f36f2f32b1d65.tar.bz2 mpv-7d86807a5f71989e944269fa430f36f2f32b1d65.tar.xz |
vo: don't sleep 1ms always when requested time is in the past
Fixes a899e14b which changed clamp from 0 to 1 ms which effectivelly
introduced 1ms sleep always, even if requested until_time_ns is in the
past and should request 0 timeout.
While at it also fix mp_poll wrapper to respect negative timeout which
should mean infinite wait.
Also keep the 37d6604 behaviour for very short timeouts, but round only
the ones > 100us, anything else is 0.
Fixes: a899e14b
Diffstat (limited to 'video/out/dr_helper.c')
0 files changed, 0 insertions, 0 deletions