Opened 11 years ago Closed 10 years ago #61 closed defect (fixed)layerIdsInSets size check
Description
vps_max_layers_minus1 shall be less then 63 in JCT3V-G1004_v6.
Proposed patch is attached. Attachments (1)Change history (3)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by kkawamuracomment: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
|
Intention here is to check the nuh_layer_id values in the list. These values shall be in the range of 0 to 62, inclusive, since the value of 63 is reserved for future use. So the bug is fixed in a different manner than suggested.
The bug is fixed in branches/HTM-11.2-dev0 Rev. 1033 and will be part of a future HM release.