Changeset 425 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 9 Oct 2013, 22:57:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r414 r425 893 893 READ_FLAG( uiCode, "vps_temporal_id_nesting_flag" ); pcVPS->setTemporalNestingFlag( uiCode ? true:false ); 894 894 assert (pcVPS->getMaxTLayers()>1||pcVPS->getTemporalNestingFlag()); 895 #if VPS_EXTN_OFFSET 896 READ_CODE( 16, uiCode, "vps_extension_offset" ); pcVPS->setExtensionOffset( uiCode ); 897 #else 895 898 READ_CODE( 16, uiCode, "vps_reserved_ffff_16bits" ); assert(uiCode == 0xffff); 899 #endif 896 900 parsePTL ( pcVPS->getPTL(), true, pcVPS->getMaxTLayers()-1); 897 901 UInt subLayerOrderingInfoPresentFlag;
Note: See TracChangeset for help on using the changeset viewer.