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 than libvlc_clock(), that is us in int64_t. Also add missing vlc_tick_t <-> us conversion (no harm since 1 tick = 1 us for now).
parent
9a48e2d0
No related branches found
No related tags found
Loading
Please register or sign in to comment