Changeset 1198 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2015, 19:43:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1191 r1198 980 980 981 981 #if SVC_EXTENSION 982 #if O0062_POC_LSB_NOT_PRESENT_FLAG983 982 if( (pcSlice->getLayerId() > 0 && !pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdxInVps(pcSlice->getLayerId())) ) || !pcSlice->getIdrPicFlag()) 984 #else985 if( pcSlice->getLayerId() > 0 || !pcSlice->getIdrPicFlag() )986 #endif987 983 #else 988 984 if( !pcSlice->getIdrPicFlag() ) … … 2196 2192 WRITE_FLAG(vps->getVpsPocLsbAlignedFlag(), "vps_poc_lsb_aligned_flag"); 2197 2193 #endif 2198 #if O0062_POC_LSB_NOT_PRESENT_FLAG 2199 for( i = 1; i< vps->getMaxLayers(); i++)2194 2195 for( i = 1; i< vps->getMaxLayers(); i++ ) 2200 2196 { 2201 2197 if( vps->getNumDirectRefLayers( vps->getLayerIdInNuh(i) ) == 0 ) … … 2204 2200 } 2205 2201 } 2206 #endif2207 2202 2208 2203 #if VPS_DPB_SIZE_TABLE
Note: See TracChangeset for help on using the changeset viewer.