Changeset 429 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
10 Oct 2013, 20:57:10 (12 years ago)
Author:
qualcomm
Message:

Modification to asserts in setRefPicListModificationSvc when cross_layer_irap_aligned in enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r428 r429  
    10311031    pcSlice->setRefPicList ( rcListPic );
    10321032#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     {
    10371033      pcSlice->setRefPicListModificationSvc();
    1038     }
    10391034      pcSlice->setRefPicList( rcListPic, false, m_pcEncTop->getIlpList());
    10401035
Note: See TracChangeset for help on using the changeset viewer.