Skip to content

Check frame IDs for reference and "show_existing" frames

Dmitriy Sychov requested to merge DmitriySychov/dav1d:fix-check-frame-id into master

Bitstream conformance requires to check that decoded reference frame IDs match frame IDs from reference buffer if frame IDs are provided. If there is a mismatch in reference frames IDs, parse_frame_hdr will return an error.

Merge request reports