Skip to content
Snippets Groups Projects

utils/frame_queue: change pl_source_frame and pl_frame_mix to double

Open 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Improving precision of the estimator seems like a good idea, but I don't see why any of the other floats need to be promoted.

    And re: estimator, maybe we can use a smarter summation method?

Please register or sign in to reply
Loading