Opened 10 years ago

Closed 10 years ago

#33 closed defect (fixed)

incorrect TemporalId for EOB_NUT

Reported by: Sebastiaan Owned by: Vadim
Priority: minor Milestone: SHM-6.1
Component: SHM software Version: SHM-6.0
Keywords: TemporalId EOB_NUT Cc: Vadim, jct-vc@…

Description

According to F.7.4.2.2 the TemporalId for EOB_NUT shall be equal to 0.
It appears that SHM uses the TemporalId of the previous AU.

Changing:
nalu.m_temporalId = accessUnit.front()->m_temporalId;

to:
nalu.m_temporalId = 0;

resolves this issue.

Change history (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc Vadim jct-vc@… added

comment:2 Changed 10 years ago by Vadim

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

fixed as suggested with rev 835

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

  • Gerhard Tech(Always)
  • jct-vc@…(Subscriber)
  • Karsten Suehring(Always)
  • Sebastiaan Van Leuven(Reporter)
  • Vadim Seregin(Owner, Subscriber, Participant)