Opened 10 years ago

Closed 10 years ago

#1187 closed defect (fixed)

Bitstream conformance problem for IRAP pictures in HEVC version 1

Reported by: jonatan Owned by:
Priority: minor Milestone:
Component: Text Version:
Keywords: Cc: bbross, wjhan, jct-vc@…

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 10 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 10 years ago by yk

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.

comment:3 Changed 10 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

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

  • Benjamin Bross(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • Jonatan Samuelsson(Reporter)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)
  • Ye-Kui Wang(Participant)