Skip to content
  • Remy Foray's avatar
    Fix #356: fix value of SPS::m_numRPL0/1 · f634e8b5
    Remy Foray authored and Karsten Suehring's avatar Karsten Suehring committed
    Set SPS::m_numRPL0/1 equal to num_ref_pic_lists_in_sps instead of num_ref_pic_lists_in_sps + 1.
    This allow to align the parsing of slice_header with specification when
    getNumRPL0() or getNumRPL1() are called (correspond to the condition on
    num_ref_pic_lists_in_sps in the specfication).
    f634e8b5