Opened 13 years ago

Closed 13 years ago

#200 closed defect (fixed)

Compile time error observed when CAVC_RDOQ_MOD was disabled with r1246.

Reported by: auyeung Owned by:
Priority: major Milestone: HM-4.0
Component: HM Version: HM-3.4
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

When CAVC_RDOQ_MOD was disabled with r1246 , compile time error was observed at

..\..\source\Lib\TLibCommon\TComTrQuant.cpp(1424): error C2100: illegal indirection
..\..\source\Lib\TLibCommon\TComTrQuant.cpp(1945): error C2100: illegal indirection

In ComTrQuant::bitCountRDOQ, when CAVC_RDOQ_MOD was enabled, vlc_adapative was declared as Int*. But when CAVC_RDOQ_MOD was disabled, vlc_adaptive was declared as Int. This inconsistency caused the compile time error at line 1424 and line 1945 with CAVLC_RDOQ_MOD disabled.

Change History (5)

comment:1 Changed 13 years ago by fbossen

  • Milestone set to HM-4.0

comment:2 Changed 13 years ago by fbossen

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

Fixed in r1335

comment:3 Changed 13 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:4 Changed 13 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:5 Changed 13 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

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