Opened 10 years ago

Closed 10 years ago

#1226 closed defect (fixed)

Wrong NAL unit type when TemporalID > 0

Reported by: adarsh Owned by:
Priority: minor Milestone: HM-13.0
Component: HM Version: HM-12.1
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

When some pictures are assigned a non-zero temporal ID in the RA configuration, some leading pictures are assigned a NAL unit type of TSA rather than RASL/RADL. The attached configuration file (that is the RA configuration with some easy coding tool parameters) enables the case reported here.

The reason for the bug is that the check for TSA/STSA NUT assignment at the encoder happens after the check for leading pictures. However, leading pictures should not be marked as TSA/STSA. The attached patch fixes this by adding a check at the encoder. The attached patch is on top of HM-12.1-dev, r3788.

Attachments (2)

encoder_randomaccess_main_1tid.cfg (9.1 KB) - added by adarsh 10 years ago.
BUGFIX_TEMPORALID_LEADINGPIC.patch (1.0 KB) - added by adarsh 10 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 10 years ago by adarsh

Changed 10 years ago by adarsh

comment:2 Changed 10 years ago by fbossen

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

Patch applied in r3789

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

  • Adarsh Krishnan Ramasubramonian(Reporter)
  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)