Changeset 228 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 23 May 2013, 00:07:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r227 r228 754 754 Void TDecCavlc::parseSPSExtension( TComSPS* pcSPS ) 755 755 { 756 UInt uiCode; 756 757 // more syntax elements to be parsed here 757 758 #if SCALED_REF_LAYER_OFFSETS 759 #if SCALED_REF_LAYER_OFFSET_FLAG 760 READ_FLAG( uiCode, "scaled_ref_layer_offset_present_flag" ); 761 if( uiCode ) 762 #else 758 763 if( pcSPS->getLayerId() > 0 ) 764 #endif 759 765 { 760 766 Int iCode;
Note: See TracChangeset for help on using the changeset viewer.