Ignore:
Timestamp:
17 Oct 2013, 21:22:34 (11 years ago)
Author:
seregin
Message:

set IRAP alignment flag to false for AVC BL

File:
1 edited

Legend:

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

    r436 r440  
    264264  // delete buffers
    265265#if AVC_BASE
     266  UInt layerIdmin = m_acTDecTop[0].getBLReconFile()->is_open() ? 1 : 0;
     267
    266268  if( streamYUV.is_open() )
    267269  {
     
    274276  }
    275277#endif
    276   pcBLPic.destroy();
    277 
    278   UInt layerIdmin = m_acTDecTop[0].getBLReconFile()->is_open() ? 1 : 0;
     278  pcBLPic.destroy(); 
    279279
    280280  for(UInt layer = layerIdmin; layer <= m_tgtLayerId; layer++)
Note: See TracChangeset for help on using the changeset viewer.