Changeset 669 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 11 Apr 2014, 20:14:16 (11 years ago)
- 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 89 89 m_layerInitializedFlag = false; 90 90 m_firstPicInLayerDecodedFlag = false; 91 m_bRefreshPending = false;92 91 #endif 93 92 #if RESOLUTION_BASED_DPB … … 1023 1022 } 1024 1023 1025 m_apcSlicePilot->decodingRefreshMarking( m_pocCRA, m_bRefreshPending, m_cListPic, getNoClrasOutputFlag());1024 m_apcSlicePilot->decodingRefreshMarking( m_cListPic, m_noClrasOutputFlag ); 1026 1025 #endif 1027 1026 -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.h
r666 r669 146 146 Bool m_layerInitializedFlag; 147 147 Bool m_firstPicInLayerDecodedFlag; 148 Bool m_bRefreshPending;149 148 #endif 150 149 #if RESOLUTION_BASED_DPB
Note: See TracChangeset for help on using the changeset viewer.