Changeset 835 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 21 Jul 2014, 22:15:50 (10 years ago)
- Location:
- branches/SHM-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r830 r835 1848 1848 1849 1849 AccessUnit& accessUnit = outputAccessUnits.back(); 1850 #if T_ID_EOB_BUG_FIX 1851 nalu.m_temporalId = 0; 1852 #else 1850 1853 nalu.m_temporalId = accessUnit.front()->m_temporalId; 1854 #endif 1851 1855 accessUnit.push_back(new NALUnitEBSP(nalu)); 1852 1856 } -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r826 r835 59 59 #endif 60 60 #define P0130_EOB 1 ///< JCTVC-P0130, set layer Id of EOB NALU to be fixed to 0 61 #define T_ID_EOB_BUG_FIX 1 ///< Bug fix for the value of temporal id of EOB NALU. It must be set to 0 61 62 #define P0307_REMOVE_VPS_VUI_OFFSET 1 ///< JCTVC-P0307, remove implementation related to VPS VUI offset signalling 62 63 #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.