0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

oml_sync: fix typo in comment

I think... Also reword another part of the text.
This commit is contained in:
wm4 2019-09-20 00:32:29 +02:00
parent 7000d91cf8
commit 8e5cd62dca

View File

@ -13,9 +13,9 @@
// increments the user_sbc, and the reported sbc is the sbc
// of the frame that was just displayed)
// Invariants:
// - ust and msc change in lockstep (no value can change with the other)
// - ust and msc change in lockstep (no value can change without the other)
// - msc is incremented; if you query it in a loop, and your thread isn't
// frozen or starved by the scheduler, it will usually not change or
// frozen or starved by the scheduler, it will usually either not change, or
// be incremented by 1 (while the ust will be incremented by vsync
// duration)
// - sbc is never higher than the user_sbc