Changeset 1121 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
7 Jul 2015, 02:05:04 (10 years ago)
Author:
seregin
Message:

macro cleanup: Q0195_REP_FORMAT_CLEANUP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1118 r1121  
    155155  vps->setVpsNumRepFormats                                                ( maxRepFormatIdx + 1 );
    156156
    157 #if Q0195_REP_FORMAT_CLEANUP
    158157  // When not present, the value of rep_format_idx_present_flag is inferred to be equal to 0
    159158  vps->setRepFormatIdxPresentFlag                                         ( vps->getVpsNumRepFormats() > 1 ? true : false );
    160 #else
    161   vps->setRepFormatIdxPresentFlag                                         ( true );
    162 #endif
    163159
    164160  for(UInt idx=0; idx < vps->getVpsNumRepFormats(); idx++)
Note: See TracChangeset for help on using the changeset viewer.