Opened 9 years ago

Closed 9 years ago

#66 closed defect (fixed)

Wrong layer ID used when calling setNumDirectRefLayers

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

Description

NumDirectRefLayers is initialized in TDecCAVLC.cpp:

vps->setNumDirectRefLayers(layerCtr, numDirectRefLayers);

It does not work when layer IDs are non-consecutive. The correct way to initialize is:

vps->setNumDirectRefLayers(vps->getLayerIdInNuh(layerCtr), numDirectRefLayers);


Change history (2)

comment:1 Changed 9 years ago by DefaultCC Plugin

  • Cc Vadim jct-vc@… added

comment:2 Changed 9 years ago by Vadim

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

fixed with rev 1043

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