mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 04:40:20 +00:00
osdep/timer: update documentation and test for mp_time_ns
No longer true after 8bbcc87fee.
This commit is contained in:
committed by
Dudemanguy
parent
ab491472f4
commit
19a6b84915
@@ -13,7 +13,7 @@ int main(void)
|
||||
/* timekeeping */
|
||||
{
|
||||
int64_t now = mp_time_ns();
|
||||
assert_true(now > 0);
|
||||
assert_true(now >= 0);
|
||||
|
||||
mp_sleep_ns(MP_TIME_MS_TO_NS(10));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user