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/Lib/TLibDecoder/TDecCAVLC.cpp

    r1056 r1060  
    14571457  pcVPS->deriveTargetLayerIdList( 0 );
    14581458
     1459#if H_MV_HLS10_PTL_FIX
     1460  if (pcVPS->getVpsBaseLayerInternalFlag() )
     1461  { 
     1462    pcVPS->setProfileTierLevelIdx(0,0, pcVPS->inferProfileTierLevelIdx(0,0) );
     1463  }
     1464#endif
    14591465  for( Int i = 1; i < pcVPS->getNumOutputLayerSets( ); i++ )
    14601466  {
     
    14941500        READ_CODE( pcVPS->getProfileTierLevelIdxLen(), uiCode,"profile_tier_level_idx[ i ][ j ]" );   pcVPS->setProfileTierLevelIdx( i, j, uiCode );
    14951501      }
     1502#if H_MV_HLS10_PTL_FIX
     1503      if (pcVPS->getNecessaryLayerFlag( i, j ) && pcVPS->getVpsNumProfileTierLevelMinus1() == 0 )
     1504      {
     1505        pcVPS->setProfileTierLevelIdx( i , j, pcVPS->inferProfileTierLevelIdx( i, j) );
     1506      }
     1507#endif
    14961508    }
    14971509#else
Note: See TracChangeset for help on using the changeset viewer.