Opened 13 years ago

Closed 13 years ago

#158 closed defect (fixed)

build failure with -DDCM_SKIP_DECODING_FRAMES=0

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

Description

Disabling the DCM_SKIP_DECODING_FRAMES macro causes errors:

TAppDecTop.cpp: In member function ‘Void TAppDecTop::decode()’:
TAppDecTop.cpp:118: error: ‘m_iSkipFrame’ was not declared in this scope
TAppDecTop.cpp:119: error: ‘m_iSkipFrame’ was not declared in this scope
TDecTop.cpp: In member function ‘Void TDecTop::decode(Bool, TComBitstream*, UInt&, TComList<TComPic*>*&)’:
TDecTop.cpp:242: error: return-statement with a value, in function returning 'void'
TDecTop.cpp:247: error: return-statement with a value, in function returning 'void'
TDecTop.cpp:252: error: return-statement with a value, in function returning 'void'
TDecTop.cpp:287: error: return-statement with a value, in function returning 'void'
TDecTop.cpp:437: error: return-statement with a value, in function returning 'void'

Change History (5)

comment:1 Changed 13 years ago by davidf

The following fixes this issue:
http://hevc.kw.bbc.co.uk/git/w/jctvc-hm/davidf-public.git/commitdiff/e09c93ddfd883c02a525d5989d87ed79f290c902

However, building with -UDCM_DECODING_REFRESH, also fails. Mostly due to NAL_UNIT_CODED_SLICE_CDR not being defined.

comment:2 Changed 13 years ago by davidf

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

This has been resolved in r158

comment:3 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:4 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:5 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(Reporter, Subscriber, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)