Skip to content

shaders/film_grain_av1: support >12-bit input samples

Niklas Haas requested to merge av1_fg_12bit into master

AV1 only allows up to 12-bit depth out of the box, but we want to handle the case of already up-converted input files. This should fix triggering a pl_assert on input files with a bit depth above 12, by constraining the logical bit depth.

Supersedes: !331 (closed)

Merge request reports