Opened 12 years ago Closed 12 years ago #998 closed defect (fixed)encoder: invalid sps_temporal_id_nesting_flag
Description
When sps_max_sub_layers_minus1 is equal to 0, sps_temporal_id_nesting_flag shall be equal to 1.
In HM-10.0rc1: diff --git a/source/Lib/TLibEncoder/TEncTop.cpp b/source/Lib/TLibEncoder/TEncTop.cpp index 207898c..c7ecbfd 100644 --- a/source/Lib/TLibEncoder/TEncTop.cpp +++ b/source/Lib/TLibEncoder/TEncTop.cpp @@ -524,7 +524,7 @@ Void TEncTop::xInitSPS() m_cSPS.setUseSAO( m_bUseSAO ); m_cSPS.setMaxTLayers( m_maxTempLayer ); - m_cSPS.setTemporalIdNestingFlag( false ); + m_cSPS.setTemporalIdNestingFlag( true ); for ( i = 0; i < m_cSPS.getMaxTLayers(); i++ ) { m_cSPS.setMaxDecPicBuffering(m_maxDecPicBuffering[i], i); Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by fbossen
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 r3349