Opened 10 years ago

Closed 10 years ago

#61 closed defect (fixed)

layerIdsInSets size check

Reported by: kkawamura Owned by: tech
Priority: minor Component: HTM software
Version: HTM-10.1 Keywords:
Cc: tech, jct-3v@…

Description

vps_max_layers_minus1 shall be less then 63 in JCT3V-G1004_v6.
m_layerIdsInSets[lsIdx].size() shall be less than 64.
The HTM-10.2 confirms the error condition like size() >= 63.
An expected error condition is size() > 63.

Proposed patch is attached.

Attachments (1)

TAppEncCfg.diff (717 bytes) - added by kkawamura 10 years ago.

Download all attachments as: .zip

Change history (3)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc tech jct-3v@… added

Changed 10 years ago by kkawamura

comment:2 Changed 10 years ago by tech

  • Resolution set to fixed
  • Status changed from new to closed

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.

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

  • Gerhard Tech(Owner, Subscriber, Participant, Always)
  • jct-3v@…(Subscriber)
  • Karsten Suehring(Always)
  • Kei Kawamura(Reporter)