Changeset 550 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 21 Jan 2014, 18:47:46 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source
- Property svn:mergeinfo changed
/branches/SHM-4.1-dev/source merged: 542-546 /trunk/source merged: 547 reverse-merged: 352
- Property svn:mergeinfo changed
-
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r549 r550 1734 1734 m_cEntropyDecoder.setBitstream (nalu.m_Bitstream); 1735 1735 1736 #if O0137_MAX_LAYERID 1737 // ignore any NAL units with nuh_layer_id == 63 1738 if (nalu.m_layerId == 63 ) 1739 { 1740 return false; 1741 } 1742 #endif 1736 1743 switch (nalu.m_nalUnitType) 1737 1744 {
Note: See TracChangeset for help on using the changeset viewer.