Changeset 811 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 28 Jun 2014, 00:51:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r808 r811 1265 1265 else 1266 1266 { 1267 #if ALIGN_IRAP_BUGFIX 1268 #if 0 1267 #if !ALIGN_IRAP_BUGFIX 1269 1268 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA); 1270 #endif1271 1269 #endif 1272 1270 } … … 1291 1289 { 1292 1290 if (pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_TRAIL_R && 1291 #if SVC_EXTENSION 1292 ( m_iGopSize != 1 || m_ppcTEncTop[m_layerId]->getIntraPeriod() > 1 ) ) 1293 #else 1293 1294 !(m_iGopSize == 1 && pcSlice->getSliceType() == I_SLICE)) 1295 #endif 1294 1296 // Add this condition to avoid POC issues with encoder_intra_main.cfg configuration (see #1127 in bug tracker) 1295 1297 {
Note: See TracChangeset for help on using the changeset viewer.