Skip to content

Set default framedelay to min(8, ceil(sqrt(n_threads)))

Ronald S. Bultje requested to merge rbultje/dav1d:default-framedelay into master

This reduces memory usage significantly. Fixes #375 (closed).

(Without creating a libm dependency or floating point math!)

Merge request reports