Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1371 closed defect (fixed)

reserved_zero_43bits[32..42] written using 12 bits instead of 11 bits

Reported by: dthoang Owned by:
Priority: major Milestone: HM-16.3
Component: HM Version: HM-16.2
Keywords: Cc: ksuehring, davidf, karlsharman, jct-vc@…

Description

Revision 4252 of HM-dev introduced a serious bug that can be fixed as follows.

In TEncCavlc::codeProfileTier(), the following line

    WRITE_CODE(0x000  , 12, PTL_TRACE_TEXT("reserved_zero_43bits[32..42]"    ));

should be changed to

    WRITE_CODE(0x000  , 11, PTL_TRACE_TEXT("reserved_zero_43bits[32..42]"    ));

This is a serious issue and generates bitstreams that cause the HM decoder to crash.

Change History (3)

comment:1 Changed 9 years ago by DefaultCC Plugin

  • Cc ksuehring davidf karlsharman jct-vc@… added

comment:2 Changed 9 years ago by ksuehring

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

fixed in r4261

comment:3 Changed 9 years ago by kolya

the reference should be to r4263, not to r4261

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)
  • Dzung Hoang(Reporter)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Nikolay Shlyakhov(Participant)