Changeset 1135 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 7 Jul 2015, 23:08:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1132 r1135 1698 1698 for(i = 1; i < vps->getNumOutputLayerSets(); i++) 1699 1699 { 1700 #if CHANGE_NUMSUBDPB_IDX1701 1700 Int layerSetIdxForOutputLayerSet = vps->getOutputLayerSetIdx( i ); 1702 #endif1703 1701 Int layerSetId = vps->getOutputLayerSetIdx(i); 1704 1702 … … 1707 1705 1708 1706 Int maxNumReorderPics = -1; 1709 #if CHANGE_NUMSUBDPB_IDX1710 1707 for(Int k = 0; k < vps->getNumSubDpbs(layerSetIdxForOutputLayerSet); k++) 1711 #else1712 for(Int k = 0; k < vps->getNumSubDpbs(i); k++)1713 #endif1714 1708 { 1715 1709 Int layerId = vps->getLayerSetLayerIdList(layerSetId, k); // k-th layer in the output layer set
Note: See TracChangeset for help on using the changeset viewer.