mirror of
https://code.videolan.org/videolan/dav1d
synced 2026-07-19 13:03:58 +00:00
Merges the 3 threading parameters into a single `--threads=` argument. Frame threading can still be controlled via the `--framedelay=` argument. Internally, the threading model is now a global thread/task pool design. Co-authored-by: Ronald S. Bultje <rsbultje@gmail.com>