Skip to content

lib/media_player: fix time type/unit used by the timer API

My bad, libvlc_time_t is in ms. The timer API should use the sane unit that libvlc_clock(), that is us in int64_t.

Merge request reports

Loading