Changeset 821 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
8 Jul 2014, 06:07:59 (11 years ago)
Author:
seregin
Message:

move RefPicList copying and MFM derivation into ILR picture function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r820 r821  
    19321932
    19331933#if REF_IDX_MFM
    1934       if( pcSlice->getMFMEnabledFlag() )
    1935       {
    1936         pcSlice->setRefPOCListILP(m_ppcTDecTop[m_layerId]->m_cIlpPic, pcSlice->getBaseColPic());
    1937       }
    19381934      pcSlice->setRefPicList( m_cListPic, false, m_cIlpPic);
    19391935    }
Note: See TracChangeset for help on using the changeset viewer.