Opened 11 years ago

Closed 11 years ago

#1039 closed enhancement (fixed)

check alignment_bit_equal_to_one

Reported by: PhuongNguyen Owned by:
Priority: minor Milestone: HM-11.0
Component: HM Version: HM-10.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description (last modified by ksuehring)

When we decode end_of_sub_stream_one_bit, the result must be one and it corresponds to alignment_bit_equal_to_one. I would like to add the following check :

Void TDecSbac::updateContextTables( SliceType eSliceType, Int iQp )
{
  UInt uiBit;
  m_pcTDecBinIf->decodeBinTrm(uiBit);
  assert(uiBit);
  m_pcTDecBinIf->finish();
...

Attachments (1)

1039.patch (603 bytes) - added by PhuongNguyen 11 years ago.
Patch for ticket #1039

Download all attachments as: .zip

Change History (6)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 11 years ago by ksuehring

  • Description modified (diff)
  • Priority changed from major to minor

comment:3 Changed 11 years ago by ksuehring

Can you please use a patch file to make clear, what lines are changed?

Changed 11 years ago by PhuongNguyen

Patch for ticket #1039

comment:4 Changed 11 years ago by PhuongNguyen

The patch file is attached.

comment:5 Changed 11 years ago by fbossen

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

Fixed in r3472

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, Participant, Always)