Skip to content

renderer: fix film grain bit depth after debanding

Niklas Haas requested to merge fgs_bit_depth into master

The old code was written around the assumption that the film grain step is always the first step being executed. This is no longer the case, as of 67f8fe5d, causing a regression.

Fixes: https://github.com/mpv-player/mpv/issues/10854

Merge request reports