Home
last modified time | relevance | path

Searched refs:next_target_pts (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/common/
H A Dlibavsmash_video.c950 double next_target_pts = (double)((uint64_t)sample_number * vohp->cfr_den) / vohp->cfr_num; in libavsmash_vfr2cfr() local
962 if( current_pts > next_target_pts ) in libavsmash_vfr2cfr()
968 if( current_pts > (next_target_pts + target_pts) / 2 ) in libavsmash_vfr2cfr()