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/TLibEncoder/TEncCavlc.cpp

    r1055 r1060  
    12411241
    12421242
     1243#if H_MV_HLS10_PTL_FIX
     1244  if (pcVPS->getVpsBaseLayerInternalFlag() )
     1245  { 
     1246    assert( pcVPS->getProfileTierLevelIdx(0,0) == pcVPS->inferProfileTierLevelIdx(0,0) );
     1247  }
     1248#endif
    12431249
    12441250
     
    12761282        WRITE_CODE( pcVPS->getProfileTierLevelIdx( i, j ), pcVPS->getProfileTierLevelIdxLen() ,"profile_tier_level_idx[ i ][ j ]" );   
    12771283      }
     1284#if H_MV_HLS10_PTL_FIX
     1285      if (pcVPS->getNecessaryLayerFlag( i, j ) && pcVPS->getVpsNumProfileTierLevelMinus1() == 0 )
     1286      {
     1287        assert( pcVPS->getProfileTierLevelIdx( i , j ) == pcVPS->inferProfileTierLevelIdx( i, j ) );
     1288      }
     1289#endif
     1290
    12781291    }
    12791292#else
Note: See TracChangeset for help on using the changeset viewer.