Opened 9 years ago Closed 9 years ago #1442 closed defect (fixed)Wrong parsing/writing order.
Description
Bitstreams produced by the hm encoder are not conformant.
In seq_parameter_set_rbsp, and pic_parameter_set_rbsp when the extension is being parsed. The spec says
sps_range_extension_flag u(1)
However in the hm code looking at enum SPSExtensionFlagIndex in TLibCommon/TypeDef.h the reference code parses sps_scc_extension at index 6 in this octet, and not at index 3. This influences decoding/encoding through TDecCavlc::parseSPS/TEncCavlv::codeSPS. Change History (1)comment:1 Changed 9 years ago by krishna
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
|
Fixed in rev. 4716