Skip to content

Fixed conformance check in checkTidLayerIdInAccessUnit()

Haiwei Sun requested to merge hwsun/VVCSoftware_VTM:fix_nid_tid_check into master

The conformance check of tid and nalu_layer_id in checkTidLayerIdInAccessUnit() are fixed.

There is no performance change of encoder and decoder as shown in the attachments. Before fixing: enc.txt dec.txt After fixing: enc_fix.txt dec_fix.txt

Merge request reports