Changeset 1490 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 2 Dec 2015, 23:32:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1486 r1490 195 195 streamYUV.open( m_reconFileNameBL.c_str(), fstream::in | fstream::binary ); 196 196 } 197 TComList<TComPic*> *cListPic = m_apcTDecTop[0]->getListPic();198 197 m_apcTDecTop[0]->setBLReconFile( &streamYUV ); 199 198 pcBLPic.setLayerId( 0 ); 200 cListPic->pushBack( &pcBLPic);199 m_apcTDecTop[0]->setBlPic(&pcBLPic); 201 200 #endif 202 201
Note: See TracChangeset for help on using the changeset viewer.