Changeset 408 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 4 Oct 2013, 02:16:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r405 r408 1315 1315 { 1316 1316 case NAL_UNIT_VPS: 1317 #if VPS_NUH_LAYER_ID 1318 assert( nalu.m_layerId == 0 ); // Non-conforming bitstream. The value of nuh_layer_id of VPS NAL unit shall be equal to 0. 1319 #endif 1317 1320 xDecodeVPS(); 1318 1321 #if AVC_BASE
Note: See TracChangeset for help on using the changeset viewer.