Changeset 339 in SHVCSoftware for branches/SHM-3.0-dev
- Timestamp:
- 15 Aug 2013, 21:23:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r337 r339 892 892 if (vps->getMaxTidIlRefPicsPlus1PresentFlag()) 893 893 { 894 for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++)894 for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ ) 895 895 { 896 896 vps->setMaxSublayerForIlpPlus1(i, vps->getMaxTLayers()+1); … … 899 899 else 900 900 { 901 for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++)901 for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ ) 902 902 { 903 903 vps->setMaxSublayerForIlpPlus1(i, 7);
Note: See TracChangeset for help on using the changeset viewer.