Changeset 1139 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 23:25:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp ¶
r1133 r1139 838 838 bNewPOC = m_apcSlicePilot->getPOC() != m_prevPOC || ( m_apcSlicePilot->getFirstSliceInPic() && m_parseIdc == -1 ); 839 839 840 #if NO_OUTPUT_OF_PRIOR_PICS841 840 #if NO_CLRAS_OUTPUT_FLAG 842 841 if (m_layerId == m_smallestLayerId && m_apcSlicePilot->getRapPicFlag()) … … 892 891 } 893 892 } 894 #endif895 893 896 894 #if POC_RESET_IDC_DECODER … … 1357 1355 if (m_bFirstSliceInPicture) 1358 1356 { 1357 #if SVC_EXTENSION 1359 1358 #if AVC_BASE 1360 1359 if( m_layerId > 0 && m_parameterSetManagerDecoder.getPrefetchedVPS(0)->getNonHEVCBaseLayerFlag() ) … … 1465 1464 #endif 1466 1465 1467 #if NO_OUTPUT_OF_PRIOR_PICS1468 1466 if ( m_layerId == 0 && m_apcSlicePilot->getRapPicFlag() && getNoClrasOutputFlag() ) 1469 1467 { … … 1474 1472 } 1475 1473 } 1476 #endif 1477 1478 #if SVC_EXTENSION 1474 1479 1475 xCheckLayerReset(); 1480 1476 xSetLayerInitializedFlag();
Note: See TracChangeset for help on using the changeset viewer.