Opened 12 years ago

Closed 10 years ago

#489 closed enhancement (fixed)

assert() for scalingListType

Reported by: cohen Owned by:
Priority: minor Milestone: HM-13.0
Component: HM Version: HM-6.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

In several places in HM-6.0 and maybe other versions, the statement "assert(scalingListType < 6)" appears several times in TComTrQuant.cpp, TDecCU.cpp, and TEncSearch.cpp. Would it be better to change it to: assert(scalingListType < SCALING_LIST_NUM) ?

Change History (2)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 10 years ago by fbossen

  • Milestone set to HM-13.0
  • Resolution set to fixed
  • Status changed from new to closed
  • Type changed from defect to enhancement

Fixed in r3773

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)
  • Robert Cohen(Reporter)