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


Ignore:
Timestamp:
11 Apr 2014, 20:14:16 (11 years ago)
Author:
seregin
Message:

fix picture marking for the NoClrasOutputFlag

Location:
branches/SHM-6-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r666 r669  
    8989  m_layerInitializedFlag       = false;
    9090  m_firstPicInLayerDecodedFlag = false; 
    91   m_bRefreshPending            = false;
    9291#endif
    9392#if RESOLUTION_BASED_DPB
     
    10231022  }
    10241023
    1025   m_apcSlicePilot->decodingRefreshMarking(m_pocCRA, m_bRefreshPending, m_cListPic, getNoClrasOutputFlag());
     1024  m_apcSlicePilot->decodingRefreshMarking( m_cListPic, m_noClrasOutputFlag );
    10261025#endif
    10271026
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.h

    r666 r669  
    146146  Bool                    m_layerInitializedFlag;
    147147  Bool                    m_firstPicInLayerDecodedFlag;
    148   Bool                    m_bRefreshPending;
    149148#endif
    150149#if RESOLUTION_BASED_DPB
Note: See TracChangeset for help on using the changeset viewer.