Changeset 399 in SHVCSoftware for branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 17 Sep 2013, 19:39:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r398 r399 941 941 { 942 942 #if N0120_MAX_TID_REF_CFG 943 vps->setMax SublayerForIlpPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1());943 vps->setMaxTidIlRefPicsPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1()); 944 944 #else 945 vps->setMax SublayerForIlpPlus1(i, vps->getMaxTLayers()+1);945 vps->setMaxTidIlRefPicsPlus1(i, vps->getMaxTLayers()+1); 946 946 #endif 947 947 } … … 951 951 for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ ) 952 952 { 953 vps->setMax SublayerForIlpPlus1(i, 7);953 vps->setMaxTidIlRefPicsPlus1(i, 7); 954 954 } 955 955 }
Note: See TracChangeset for help on using the changeset viewer.