Changeset 1049 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 3 Mar 2015, 23:36:18 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1047 r1049 2991 2991 { 2992 2992 #if O0225_MAX_TID_FOR_REF_LAYERS 2993 for( j = i+1; j < = vps->getMaxLayers() - 1; j++)2993 for( j = i+1; j < vps->getMaxLayers(); j++) 2994 2994 { 2995 2995 if(vps->getDirectDependencyFlag(j, i)) … … 3009 3009 { 3010 3010 #if O0225_MAX_TID_FOR_REF_LAYERS 3011 for( j = i+1; j < = vps->getMaxLayers() - 1; j++)3011 for( j = i+1; j < vps->getMaxLayers(); j++) 3012 3012 { 3013 3013 vps->setMaxTidIlRefPicsPlus1(i, j, 7);
Note: See TracChangeset for help on using the changeset viewer.