Skip to content

qt: display properly durations < 1s

Pierre Lamot requested to merge chub/vlc:qml/short-durations into master

update:

  • updated code to remove duplicated time formatting implementations, now every models will return a VLCTick which provides different formatting functions.
  • time is rounded to the closest unit displayed (second or minute according to the situation)
Edited by Pierre Lamot

Merge request reports