Ignore:
Timestamp:
24 Jun 2013, 11:43:04 (12 years ago)
Author:
tech
Message:
  • Started integrating changes in decoding process
  • Fixed encoder help output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev0/source/Lib/TLibDecoder/TDecTop.cpp

    r490 r491  
    518518#if H_MV
    519519  TComSlice::markIvRefPicsAsShortTerm( m_refPicSetInterLayer ); 
     520  TComSlice::markCurrPic( pcPic );
    520521  TComSlice::markIvRefPicsAsUnused   ( m_ivPicLists, targetDecLayerIdSet, m_parameterSetManagerDecoder.getActiveVPS(), m_layerId, poc );
    521522#endif
     
    673674
    674675#if H_MV
     676  m_apcSlicePilot->setRefPicSetInterLayer( & m_refPicSetInterLayer );
    675677  m_apcSlicePilot->setLayerId( nalu.m_layerId );
    676678#endif
Note: See TracChangeset for help on using the changeset viewer.