Changeset 337 in SHVCSoftware for branches/SHM-3.0-dev/source/App/TAppEncoder
- Timestamp:
- 15 Aug 2013, 14:59:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r334 r337 888 888 } 889 889 #endif 890 #if N0120_MAX_TID_REF_PRESENT_FLAG 891 vps->setMaxTidIlRefPicsPlus1PresentFlag(true); 892 if (vps->getMaxTidIlRefPicsPlus1PresentFlag()) 893 { 894 for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++) 895 { 896 vps->setMaxSublayerForIlpPlus1(i, vps->getMaxTLayers()+1); 897 } 898 } 899 else 900 { 901 for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++) 902 { 903 vps->setMaxSublayerForIlpPlus1(i, 7); 904 } 905 } 906 #endif 890 907 #if ILP_SSH_SIG 891 908 vps->setIlpSshSignalingEnabledFlag(true);
Note: See TracChangeset for help on using the changeset viewer.