- Timestamp:
- 2 Apr 2013, 17:24:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecTop.cpp
r94 r104 734 734 pcSlice->checkCRA(pcSlice->getRPS(), m_pocCRA, m_prevRAPisBLA ); 735 735 // Set reference list 736 #if REF_LIST_BUGFIX 737 if (m_layerId == 0) 738 { 739 pcSlice->setRefPicList( m_cListPic ); 740 } 741 #else 736 742 pcSlice->setRefPicList( m_cListPic ); 743 #endif 737 744 738 745 #if SVC_EXTENSION … … 780 787 pcSlice->setRefPOCListILP(m_ppcTDecTop[m_layerId]->m_cIlpPic, pcSlice->getBaseColPic()); 781 788 #endif 782 789 #if REF_LIST_BUGFIX 790 pcSlice->setRefPicListSvc( m_cListPic, m_cIlpPic); 791 #else 783 792 pcSlice->addRefPicList ( m_cIlpPic, 784 793 1, 785 794 ((pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA) && 786 795 (pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA)) ? 0: -1); 796 #endif 787 797 } 788 798 #endif
Note: See TracChangeset for help on using the changeset viewer.