Opened 13 years ago

Closed 13 years ago

#162 closed enhancement (fixed)

redundant code in slice header parsing in HM3.0

Reported by: bbross Owned by:
Priority: trivial Milestone:
Component: HM Version: HM-3.0rc2
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

In function parseSliceHeader() in TDecCAVLC.cpp l.299

rpcSlice->setRefPicListCombinationFlag(false);

is already set in l.279

xReadFlag (uiCode); rpcSlice->setRefPicListCombinationFlag(uiCode ? 1 : 0);

and can be removed or moved to an else part of l.277 condition

if (rpcSlice->isInterB())

Change History (4)

comment:1 Changed 13 years ago by fbossen

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

Fixed in r972

comment:2 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:3 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:4 Changed 12 years ago by davidf

  • Cc jct-vc@… added
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

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