Opened 5 years ago

Closed 5 years ago

#356 closed defect (fixed)

Mismatch with spec on parsing depending on num_ref_pic_lists_in_sps

Reported by: forayr Owned by:
Priority: minor Milestone: VTM-6.0
Component: VTM Version: VTM-5.0
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

In Vtm, SPS::m_numRPL0 is set to (num_ref_pic_lists_in_sps[0] + 1) in createRPLList0().
And when parsing the slice_header, all conditions referring to num_ref_pic_lists_in_sps[0] use getNumRPL0() directly, without removing 1.
Hence the mismatch.
Issue present for RPL1 too.

Change history (2)

comment:2 Changed 5 years ago by forayr

  • Milestone set to VTM-6.0
  • Resolution set to fixed
  • Status changed from new to closed

MR has been merged

Note: See TracTickets for help on using tickets.