Changeset 1048 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 3 Mar 2015, 02:48:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1043 r1048 851 851 #if SVC_EXTENSION 852 852 assert( pcVPS->getNumHrdParameters() <= MAX_VPS_LAYER_SETS_PLUS1 ); 853 assert( pcVPS->getMaxLayerId() < MAX_VPS_LAYER_ID _PLUS1 );853 assert( pcVPS->getMaxLayerId() < MAX_VPS_LAYER_IDX_PLUS1 ); 854 854 #if !VPS_EXTN_OP_LAYER_SETS // num layer sets set in TAppEncTop.cpp 855 855 pcVPS->setNumLayerSets(1);
Note: See TracChangeset for help on using the changeset viewer.