Opened 11 years ago Closed 11 years ago #1127 closed defect (fixed)Default intra configuration generates non-conforming bitstreams
Description
The default intra configuration (in cfg/encoder_intra_main.cfg) generates one IDR picture followed by "intra pictures" with NAL unit type 0 (non-reference pictures). This creates an issue with the POC value associated with picture 129 and following: the POC of picture 129 is coded as -127. The encoder should be fixed, for example by using NAL unit type 1 for "intra pictures" in this encoder configuration. Change History (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 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 r3534