Opened 11 years ago Closed 11 years ago #1187 closed defect (fixed)Bitstream conformance problem for IRAP pictures in HEVC version 1
Description
In C.4 one of the conditions for bitstream conformance states:
"8. For each current picture, the value of maxPicOrderCnt − minPicOrderCnt shall be less than MaxPicOrderCntLsb / 2."
Shouldn't it rather be:
"8. For each current picture that is not an IRAP picture with NoRaslOutputFlag equal to 1, the value of maxPicOrderCnt − minPicOrderCnt shall be less than MaxPicOrderCntLsb / 2."
Both the current picture and the previous picture in decoding order that has TemporalId equal to 0 and that is not a RASL picture, a RADL picture, or a sub-layer non-reference picture, are included in the set of pictures from which maxPicOrderCnt and minPicOrderCnt are calulated.
IRAP picture with NoRaslOutputFlag equal to 1 has POC msb equal to 0 which makes it difficult to fulfill the above condition. Change History (3)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by ykcomment:3 Changed 11 years ago by bbross
Fixed in JCTVC-O1003 Defect Report 2 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
|
Good point - thanks! I think that was the intent, but not expressed. I will include the suggested change to the Defect Report 2 in JCTVC-O1003.