Changeset 1110 in SHVCSoftware


Ignore:
Timestamp:
6 Jul 2015, 21:10:41 (9 years ago)
Author:
seregin
Message:

macro cleanup: T_ID_EOB_BUG_FIX

Location:
branches/SHM-dev/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1100 r1110  
    22442244
    22452245        AccessUnit& accessUnit = outputAccessUnits.back();
    2246 #if T_ID_EOB_BUG_FIX
    22472246        nalu.m_temporalId = 0;
    2248 #else
    2249         nalu.m_temporalId = accessUnit.front()->m_temporalId;
    2250 #endif
    22512247        accessUnit.push_back(new NALUnitEBSP(nalu));
    22522248      }
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1109 r1110  
    8383
    8484#define P0130_EOB                        1      ///< JCTVC-P0130, set layer Id of EOB NALU to be fixed to 0
    85 #define T_ID_EOB_BUG_FIX                 1      ///< Bug fix for the value of temporal id of EOB NALU. It must be set to 0
    8685#define P0307_REMOVE_VPS_VUI_OFFSET      1      ///< JCTVC-P0307, remove implementation related to VPS VUI offset signalling
    8786#define P0307_VPS_NON_VUI_EXTENSION      1      ///< JCTVC-P0307, implementation related to NON VUI VPS Extension signalling
Note: See TracChangeset for help on using the changeset viewer.