Opened 12 years ago

Closed 12 years ago

#253 closed defect (fixed)

Compilation Error when #define INTER_RPS_PREDICTION is set to 0.

Reported by: tktan Owned by:
Priority: minor Milestone:
Component: HM Version: HM-5.0
Keywords: Cc: rickard.sjoberg@…, jonatan.samuelsson@…, per.wennersten@…, fbossen, ksuehring, davidf, jct-vc@…

Description

The delclaration of GOPEntry was changed between HM5.0-rc1 (r1671) and HM5.0-tag (r1681). The additional part did not enclosed the variables that are not available when #define INTER_RPS_PREDICTION is set to 0 within #if INTER_RPS_PREDICTION ... #endif.

Rickard Sjöberg spotted this and provided the attached patch.
The patch looks correct to me.

Attachments (1)

TEncCfg.h.patch (601 bytes) - added by tktan 12 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf added

Changed 12 years ago by tktan

comment:2 Changed 12 years ago by fbossen

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

Fixed in r1687

comment:3 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

  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • jonatan.samuelsson@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • per.wennersten@…(Subscriber)
  • rickard.sjoberg@…(Subscriber)
  • TK Tan(Reporter)