Changeset 1121 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 7 Jul 2015, 02:05:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1118 r1121 155 155 vps->setVpsNumRepFormats ( maxRepFormatIdx + 1 ); 156 156 157 #if Q0195_REP_FORMAT_CLEANUP158 157 // When not present, the value of rep_format_idx_present_flag is inferred to be equal to 0 159 158 vps->setRepFormatIdxPresentFlag ( vps->getVpsNumRepFormats() > 1 ? true : false ); 160 #else161 vps->setRepFormatIdxPresentFlag ( true );162 #endif163 159 164 160 for(UInt idx=0; idx < vps->getVpsNumRepFormats(); idx++)
Note: See TracChangeset for help on using the changeset viewer.