Changeset 1110 in SHVCSoftware
- Timestamp:
- 6 Jul 2015, 21:10:41 (9 years ago)
- Location:
- branches/SHM-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1100 r1110 2244 2244 2245 2245 AccessUnit& accessUnit = outputAccessUnits.back(); 2246 #if T_ID_EOB_BUG_FIX2247 2246 nalu.m_temporalId = 0; 2248 #else2249 nalu.m_temporalId = accessUnit.front()->m_temporalId;2250 #endif2251 2247 accessUnit.push_back(new NALUnitEBSP(nalu)); 2252 2248 } -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1109 r1110 83 83 84 84 #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 086 85 #define P0307_REMOVE_VPS_VUI_OFFSET 1 ///< JCTVC-P0307, remove implementation related to VPS VUI offset signalling 87 86 #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.