Changeset 428 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 10 Oct 2013, 20:19:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r427 r428 1031 1031 pcSlice->setRefPicList ( rcListPic ); 1032 1032 #endif //SVC_EXTENSION 1033 #if N0147_IRAP_ALIGN_FLAG 1034 if(pcSlice->getNumRefIdx(REF_PIC_LIST_0) > 1 || pcSlice->getNumRefIdx(REF_PIC_LIST_1) > 1) 1035 #endif 1036 { 1033 1037 pcSlice->setRefPicListModificationSvc(); 1038 } 1034 1039 pcSlice->setRefPicList( rcListPic, false, m_pcEncTop->getIlpList()); 1035 1040
Note: See TracChangeset for help on using the changeset viewer.