Files
dav1d/examples
Niklas Haas 3bb0aed103 dav1dplay: don't write directly to iparams.extensions
This is turned into a const array in upstream libplacebo, which
generates warnings due to the implicit cast. Rewrite the code to have
the mutable array live inside a separate variable `extensions` and only
set `iparams.extensions` to this, rather than directly manipulating it.
2020-05-18 02:10:38 +02:00
..