Changeset 765 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 30 Apr 2014, 01:34:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r764 r765 1283 1283 if(pcSlice->isTemporalLayerSwitchingPoint(rcListPic) || pcSlice->getSPS()->getTemporalIdNestingFlag()) 1284 1284 { 1285 #if ALIGN_TSA_STSA_PICS 1285 #if SVC_EXTENSION 1286 // Alignment of TSA pictures across AU 1286 1287 if( pcSlice->getLayerId() > 0 ) 1287 1288 { … … 1339 1340 } 1340 1341 } 1341 #else 1342 #else //SVC_EXTENSION 1342 1343 if(pcSlice->getTemporalLayerNonReferenceFlag()) 1343 1344 { … … 1348 1349 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_TSA_R); 1349 1350 } 1350 #endif 1351 #endif //SVC_EXTENSION 1351 1352 } 1352 1353 else if(pcSlice->isStepwiseTemporalLayerSwitchingPointCandidate(rcListPic)) … … 1382 1383 if(isSTSA==true) 1383 1384 { 1384 #if ALIGN_TSA_STSA_PICS 1385 #if SVC_EXTENSION 1386 // Alignment of STSA pictures across AU 1385 1387 if( pcSlice->getLayerId() > 0 ) 1386 1388 { … … 1438 1440 } 1439 1441 } 1440 #else 1442 #else //SVC_EXTENSION 1441 1443 if(pcSlice->getTemporalLayerNonReferenceFlag()) 1442 1444 { … … 1447 1449 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_STSA_R); 1448 1450 } 1449 #endif 1451 #endif //SVC_EXTENSION 1450 1452 } 1451 1453 }
Note: See TracChangeset for help on using the changeset viewer.