Changeset 1485 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
4 Nov 2015, 03:25:23 (9 years ago)
Author:
seregin
Message:

ignore NAL unit with layerId equal to 63

File:
1 edited

Legend:

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

    r1484 r1485  
    170170  m_cGopDecoder.create();
    171171  m_apcSlicePilot = new TComSlice;
    172 #if SVC_EXTENSION
    173   m_apcSlicePilot->setLayerId(m_layerId);
    174 #endif
    175172  m_uiSliceIdx = 0;
    176173}
     
    19691966  // ignore any NAL units with nuh_layer_id == 63
    19701967  if( nalu.m_nuhLayerId == 63 )
    1971   { 
     1968  {
    19721969    return false;
    19731970  }
Note: See TracChangeset for help on using the changeset viewer.