Changeset 89 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibCommon
- Timestamp:
- 16 Mar 2013, 06:55:07 (12 years ago)
- Location:
- branches/HM-10.0-dev-SHM/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComSlice.cpp
r88 r89 2036 2036 // Assumed that RPL of the base layer is same to the EL, otherwise this information should be also dumped and read from the metadata file 2037 2037 setPOC( pcSlice->getPOC() ); 2038 if( pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_CRA )2038 if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA ) 2039 2039 { 2040 2040 setSliceType( I_SLICE ); -
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TypeDef.h
r83 r89 62 62 #define JCTVC_L0178 1 ///< implementation of JCTVC-L0178 (code only supports right and bottom croppping offsets) 63 63 #endif 64 65 #define IDR_ALIGNMENT 1 ///< align IDR picures across layers 64 66 65 67 #if AVC_BASE
Note: See TracChangeset for help on using the changeset viewer.