Opened 10 years ago Last modified 10 years ago #94 new clean up requiredLayerIdIncludedFlag are not set correcly
Description
LayerIdIncludedFlags are set in TAppEncTop.cpp as follows:
However, m_layerIdsInSets does not contain indices as assumed but layer IDs. Therefore, the correct way to set the flags is:
Change history (2)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by tech
Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Due to the cfg-file comment m_layerIdsInSets should include layer indices in VPS and not nuh_layer_id values. Therefore, this is not a bug. However, the variable name m_layerIdsInSets should be changed to e.g. m_vpsLayerIdxInSet to reflect this.
Changed ticket to cleanup.