Ignore:
Timestamp:
7 Oct 2014, 12:16:13 (10 years ago)
Author:
tech
Message:

Added

  • Fix PTL
  • Support auxiliary pictures.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/App/TAppEncoder/TAppEncTop.cpp

    r1058 r1060  
    171171  if ( m_outputVpsInfo )
    172172  { 
     173#if H_MV_HLS10_AUX
     174    vps.printScalabilityId();
     175#endif
    173176    vps.printLayerDependencies();
    174177    vps.printLayerSets();
     
    18641867        {
    18651868          vps.setProfileTierLevelIdx(olsIdx, j, m_profileTierLevelIdx[olsIdx][j] );
     1869#if H_MV_HLS10_PTL_FIX
     1870          if( !vps.getNecessaryLayerFlag(olsIdx,j) && m_profileTierLevelIdx[ olsIdx ][ j ] != -1 )
     1871          {
     1872            fprintf( stderr, "Warning: The %d-th layer in the %d-th OLS is not necessary such that profileTierLevelIdx[%d][%d] will be ignored. Set value to -1 to suppress warning.\n", j,olsIdx,olsIdx,j );
     1873          }         
     1874        }
     1875        else if ( vps.getNecessaryLayerFlag(olsIdx,j) )
     1876#else
    18661877        }
    18671878        else
     1879#endif
    18681880        {
    18691881          // setting default values
Note: See TracChangeset for help on using the changeset viewer.