Opened 11 years ago

Closed 11 years ago

#819 closed defect (fixed)

Mismatch between encoder and decoder with respect to hrd parameters

Reported by: Kenneth Owned by:
Priority: minor Milestone: HM-9.0
Component: HM Version: HM-8.1
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

Temporal layers are interpreted differently in encoder and decoder:

TEncCavlc.cpp:

for( i = 0; i <= pcSPS->getMaxTLayers(); i ++ )

TDecCavlc.cpp:

for( i = 0; i < pcSPS->getMaxTLayers(); i ++ )

Causes mismatch between encoder and decoder with respect to hrd parameters.

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 11 years ago by fbossen

  • Milestone set to HM-9.0
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r2915

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

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