Skip to content

utils/frame_queue: change pl_source_frame and pl_frame_mix to double

Kacper Michajłow requested to merge kasper93/libplacebo:fq into master

Fixes mixed usage of float/double for timestamp and improves estimate accuracy to avoid drift. There is no reason to use floats in this code.

Merge request reports