Changeset 1521 in SHVCSoftware
- Timestamp:
- 18 Jan 2016, 18:13:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1504 r1521 326 326 if( pcListPic ) 327 327 { 328 if ( !m_reconFileName[curLayerId].empty() && !openedReconFile[curLayerId] )328 if ( !m_reconFileName[curLayerId].empty() && !openedReconFile[curLayerId] && m_apcTDecTop[curLayerId]->getParameterSetManager()->getActiveSPS()) 329 329 { 330 330 const BitDepths& bitDepths = m_apcTDecTop[curLayerId]->getParameterSetManager()->getActiveSPS()->getBitDepths(); … … 1724 1724 std::vector<TComPic> *layerBuffer = m_apcTDecTop[layerId]->getConfListPic(); 1725 1725 // Write all pictures to the file. 1726 if( this->getDecodedYuvLayerRefresh(layerId) )1726 if( this->getDecodedYuvLayerRefresh(layerId) && m_apcTDecTop[layerId]->getParameterSetManager()->getActiveSPS()) 1727 1727 { 1728 1728 char tempFileName[256];
Note: See TracChangeset for help on using the changeset viewer.