video_output: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_MS()
commit16cce259884d18d0f5754aaa763a9a3a3900de45
authorSteve Lhomme <robux4@ycbcr.xyz>
Thu, 14 Jun 2018 12:17:46 +0000 (14 14:17 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Fri, 6 Jul 2018 13:31:00 +0000 (6 15:31 +0200)
tree0218a8e17c3a6842d846414c8c96d3f45928055c
parent254863816a0e3af597af3b70aa84e2cbf64346dc
video_output: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_MS()

Easier to read and more explicit.
src/video_output/video_output.c