Changeset 402 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 20 Sep 2013, 18:42:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r399 r402 890 890 WRITE_CODE( vps->getVpsNumRepFormats() - 1, 4, "vps_num_rep_formats_minus1" ); 891 891 } 892 for( Inti = 0; i < vps->getVpsNumRepFormats(); i++)892 for(i = 0; i < vps->getVpsNumRepFormats(); i++) 893 893 { 894 894 // Read rep_format_structures … … 898 898 if( vps->getRepFormatIdxPresentFlag() ) 899 899 { 900 for( Inti = 1; i < vps->getMaxLayers(); i++)900 for(i = 1; i < vps->getMaxLayers(); i++) 901 901 { 902 902 if( vps->getVpsNumRepFormats() > 1 )
Note: See TracChangeset for help on using the changeset viewer.