Skip to content
Snippets Groups Projects
Commit 95cbcf0e authored by Thomas Guillem's avatar Thomas Guillem Committed by Hugo Beauzée-Luyssen
Browse files

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
1 merge request!2368lib/media_player: fix time type/unit used by the timer API
Pipeline #251356 passed with stage
in 31 minutes and 13 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment