Changeset 1490 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
2 Dec 2015, 23:32:54 (9 years ago)
Author:
seregin
Message:

remove picture list clearing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1486 r1490  
    195195    streamYUV.open( m_reconFileNameBL.c_str(), fstream::in | fstream::binary );
    196196  }
    197   TComList<TComPic*> *cListPic = m_apcTDecTop[0]->getListPic();
    198197  m_apcTDecTop[0]->setBLReconFile( &streamYUV );
    199198  pcBLPic.setLayerId( 0 );
    200   cListPic->pushBack( &pcBLPic );
     199  m_apcTDecTop[0]->setBlPic(&pcBLPic);
    201200#endif
    202201
Note: See TracChangeset for help on using the changeset viewer.