Changeset 512 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 5 Dec 2013, 15:23:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r511 r512 1252 1252 } 1253 1253 1254 #if O0153_ALT_OUTPUT_LAYER_FLAG 1255 if( vps->getMaxLayers() > 1 ) 1256 { 1257 READ_FLAG( uiCode, "alt_output_layer_flag"); 1258 vps->setAltOuputLayerFlag( uiCode ? true : false ); 1259 } 1260 #endif 1261 1254 1262 #if REPN_FORMAT_IN_VPS 1255 1263 READ_FLAG( uiCode, "rep_format_idx_present_flag");
Note: See TracChangeset for help on using the changeset viewer.