Opened 12 years ago Closed 12 years ago #746 closed defect (fixed)removal of HHI_AMP_OFF macro and extraneous syntax in SPS
Description
In HM-8.0, the HHI_AMP_OFF macro is undefined. The only place this macro is used is in xInitSPS() in TEncTop.cpp.
#if HHI_AMVP_OFF
#else
#endif
These extraneous AMVPMode flags are written in the SPS in conflict with the DIS text.
It is strongly suggested to remove the AMVPMode syntax elements and also remove AMVPMode flags as clean up.
I am attaching a suggested patch. Attachments (1)Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by dthoangcomment:2 Changed 12 years ago by ksuehring
I have added the cleanup with a guard macro similar to slice header cleanups that we also have in HM-8.0-dev. These macros should be removed in HM 8.2.
Committed in r2757 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
|
diff patch file for suggested fix