Changeset 758 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 30 Apr 2014, 00:04:11 (12 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
-
TEncCavlc.cpp (modified) (1 diff)
-
TEncGOP.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r755 r758 1200 1200 WRITE_FLAG(vps->getPhaseAlignFlag(), "cross_layer_phase_alignment_flag" ); 1201 1201 #endif 1202 #if N0147_IRAP_ALIGN_FLAG &&!IRAP_ALIGN_FLAG_IN_VPS_VUI1202 #if !IRAP_ALIGN_FLAG_IN_VPS_VUI 1203 1203 WRITE_FLAG(vps->getCrossLayerIrapAlignFlag(), "cross_layer_irap_aligned_flag"); 1204 1204 #endif -
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r757 r758 1160 1160 if( pocCurr % m_pcCfg->getIntraPeriod() == 0 ) 1161 1161 { 1162 #if N0147_IRAP_ALIGN_FLAG1163 1162 if(pcSlice->getVPS()->getCrossLayerIrapAlignFlag()) 1164 1163 { … … 1175 1174 } 1176 1175 else 1177 #endif 1176 { 1178 1177 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA); 1178 } 1179 1179 } 1180 1180
Note: See TracChangeset for help on using the changeset viewer.