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/TLibEncoder/TEncGOP.cpp

    r446 r491  
    498498    pcSlice->setSliceIdx(0);
    499499#if H_MV
     500    pcSlice->setRefPicSetInterLayer ( &m_refPicSetInterLayer );
    500501    pcPic  ->setLayerId     ( getLayerId()   );
    501502    pcPic  ->setViewId      ( getViewId()    );   
     
    20612062
    20622063      pcPic->setReconMark   ( true );
    2063 #if H_MV
     2064#if H_MV     
    20642065      TComSlice::markIvRefPicsAsShortTerm( m_refPicSetInterLayer ); 
    20652066      std::vector<Int> temp;
     2067      TComSlice::markCurrPic( pcPic );
    20662068      TComSlice::markIvRefPicsAsUnused   ( m_ivPicLists, temp, pcPic->getSlice(0)->getVPS(), m_layerId, pcPic->getPOC() );
    20672069#endif
Note: See TracChangeset for help on using the changeset viewer.