Opened 10 years ago Closed 10 years ago #42 closed defect (fixed)sps_scaling_list_ref_layer_id should be u(6)
Description
In the SPS (F.7.3.2.2.1), the element sps_scaling_list_ref_layer_id is listed as a 6-bit value, u(6).
The SHM treats this element as a variable length code.
In TEncCavlc.cpp, the element is written as follows:
Attachments (1)Change history (5)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by johnnyVidyoChanged 10 years ago by o.nakagamicomment:3 Changed 10 years ago by o.nakagami
Thank you for pointing this out. A suggested fix is attached. Please check. comment:4 Changed 10 years ago by Vadim
fixed with rev 937 as provided in the patch 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
|
The same problem affects the PPS. Section F.7.3.2.3.3 specifies a u(6) for element pps_scaling_list_ref_layer_id, but the SHM parses and writes the value as a variable length code.