Changeset 1445 in SHVCSoftware
- Timestamp:
- 13 Aug 2015, 19:48:13 (9 years ago)
- Location:
- branches/SHM-dev/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.h
r1442 r1445 109 109 , m_decodedPictureHashSEIEnabled(0) 110 110 , m_decodedNoDisplaySEIEnabled(false) 111 #if Q0074_COLOUR_REMAPPING_SEI 112 , m_colourRemapSEIEnabled(false) 113 #endif 111 114 , m_targetDecLayerIdSet() 112 #if Q0074_COLOUR_REMAPPING_SEI113 , m_colourRemapSEIEnabled(0)114 #endif115 115 , m_respectDefDispWindow(0) 116 116 #if O0043_BEST_EFFORT_DECODING -
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1442 r1445 189 189 if( !m_reconFileNameBL.empty() ) 190 190 { 191 streamYUV.open( m_reconFileNameBL , fstream::in | fstream::binary );191 streamYUV.open( m_reconFileNameBL.c_str(), fstream::in | fstream::binary ); 192 192 } 193 193 TComList<TComPic*> *cListPic = m_apcTDecTop[0]->getListPic();
Note: See TracChangeset for help on using the changeset viewer.