You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix read_colr unit tests for the per-colour_type signature change
The per-colour_type colr change made read_colr take colour_type as an
argument that the caller reads first, but the read_colr_nclx and
read_colr_nclx_missing_full_range_flag tests, merged from the nclx
full_range_flag tolerance change, still called it with the old
two-argument signature, breaking the lib test build. Read colour_type
from the box before each call, mirroring read_ipco and
read_video_sample_entry.
0 commit comments