Changeset 615 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 13 Feb 2014, 19:15:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r614 r615 897 897 if (vps->getMaxTSLayersPresentFlag()) 898 898 { 899 for( i = 0; i < vps->getMaxLayers() - 1; i++)899 for( i = 0; i < vps->getMaxLayers(); i++) 900 900 { 901 901 WRITE_CODE(vps->getMaxTSLayersMinus1(i), 3, "sub_layers_vps_max_minus1[i]" );
Note: See TracChangeset for help on using the changeset viewer.