Skip to content

Fix issue with m_olsHrdParams

m_olsHrdParams in SPS used to be an array, one item per temporal layer.

Then it was changed to single item, but in many places it is still expected to be an array.

For example, HLSyntaxReader::parseOlsHrdParameters() expects that m_olsHrdParams is an array.

This MR reverts that change introduced by ceec1796a6cb6efedc38e17d1f0fb0e7f1854b13

This MR fixes decoding of at least this 2 test sequences:

  • HRD_A_Fujitsu_3
  • TEMPSCAL_B_Panasonic_7.

Merge request reports