Opened 14 years ago Closed 14 years ago #158 closed defect (fixed)build failure with -DDCM_SKIP_DECODING_FRAMES=0
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 14 years ago by davidfcomment:2 Changed 14 years ago by davidf
This has been resolved in r158 comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 Changed 13 years ago by davidf
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
|
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.