Skip to content

dav1d: treat RGB formats separately

Tristan Matthews requested to merge tmatth/vlc:backport-dav1d-rgb-fix into 3.0.x

This avoids incorrectly matching as GBR. Fixes #28763 (closed) which was missing checks for the matrix and primaries.

This also replaces the loop with a constant-time lookup.

(cherry picked from commit ece317a2)

Edited by Tristan Matthews

Merge request reports