Ignore:
Timestamp:
18 Oct 2015, 13:24:37 (9 years ago)
Author:
seregin
Message:

remove layerId class member from TDecGop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1442 r1482  
    168168Void TDecTop::create()
    169169{
    170 #if SVC_EXTENSION
    171   m_cGopDecoder.create( m_layerId );
    172 #else
    173170  m_cGopDecoder.create();
    174 #endif
    175171  m_apcSlicePilot = new TComSlice;
     172#if SVC_EXTENSION
     173  m_apcSlicePilot->setLayerId(m_layerId);
     174#endif
    176175  m_uiSliceIdx = 0;
    177176}
Note: See TracChangeset for help on using the changeset viewer.