Changeset 1060 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 4 Mar 2015, 22:32:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1057 r1060 1070 1070 #if SVC_EXTENSION 1071 1071 assert( pcVPS->getNumHrdParameters() < MAX_VPS_LAYER_SETS_PLUS1 ); 1072 assert( pcVPS->getMaxLayerId() < MAX_ VPS_LAYER_IDX_PLUS1);1072 assert( pcVPS->getMaxLayerId() < MAX_NUM_LAYER_IDS ); 1073 1073 READ_CODE( 6, uiCode, "vps_max_layer_id" ); pcVPS->setMaxLayerId( uiCode ); 1074 1074 #if Q0078_ADD_LAYER_SETS
Note: See TracChangeset for help on using the changeset viewer.