Opened 10 years ago

Closed 10 years ago

#29 closed defect (fixed)

On all_layers_idr_aligned_flag

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

Description

In the decoder, after parsing the syntax element all_layers_idr_aligned_flag, the value is allocated to a wrong variable as follows

READ_FLAG(uiCode, "all_layers_idr_aligned_flag" );
vps->setCrossLayerIrapAlignFlag(uiCode);

It should be assigned as below.

READ_FLAG(uiCode, "all_layers_idr_aligned_flag" );
vps->setCrossLayerAlignedIdrOnlyFlag(uiCode);

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 772

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)
  • Gerhard Tech(Always)
  • jct-vc@…(Subscriber)
  • Karsten Suehring(Always)
  • Vadim Seregin(Owner, Subscriber, Participant)