Changeset 646 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib
- Timestamp:
- 26 Mar 2014, 00:41:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r639 r646 1280 1280 Int lsIdx = vps->getOutputLayerSetIdx(i); 1281 1281 #if NUM_OL_FLAGS 1282 for(j = 0; j < vps->getNumLayersInIdList(lsIdx) 1282 for(j = 0; j < vps->getNumLayersInIdList(lsIdx); j++) 1283 1283 #else 1284 1284 for(j = 0; j < vps->getNumLayersInIdList(lsIdx) - 1; j++)
Note: See TracChangeset for help on using the changeset viewer.