Changeset 791 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jun 2014, 19:48:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r784 r791 920 920 READ_CODE( 4, uiCode, "vps_video_parameter_set_id" ); pcVPS->setVPSId( uiCode ); 921 921 READ_CODE( 2, uiCode, "vps_reserved_three_2bits" ); assert(uiCode == 3); 922 #if VPS_RENAME922 #if SVC_EXTENSION 923 923 #if O0137_MAX_LAYERID 924 924 READ_CODE( 6, uiCode, "vps_max_layers_minus1" ); pcVPS->setMaxLayers( min( 62u, uiCode) + 1 ); … … 962 962 } 963 963 964 #if VPS_RENAME964 #if SVC_EXTENSION 965 965 assert( pcVPS->getNumHrdParameters() < MAX_VPS_LAYER_SETS_PLUS1 ); 966 966 assert( pcVPS->getMaxLayerId() < MAX_VPS_LAYER_ID_PLUS1 );
Note: See TracChangeset for help on using the changeset viewer.