Opened 12 years ago Closed 12 years ago #949 closed defect (fixed)Number of NAL units in picture timing SEI for first DU
Description
The code for the number of NAL units in the first DU for picture timing SEI message has a "-1" missing.
The line of code (in TEncGop.cpp, HM-9.1-dev)
pictureTimingSEI.m_numNalusInDuMinus1[ i ] = ( i == 0 ) ? ( accumNalsDU[ i ] ) : ( accumNalsDU[ i ] - accumNalsDU[ i - 1] - 1 );
should be 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 r3223