Changeset 359 in SHVCSoftware for branches/SHM-3.0-dev


Ignore:
Timestamp:
21 Aug 2013, 17:56:43 (11 years ago)
Author:
interdigital
Message:

remove PTL from enhancement SPS (SPS_PTL_FIX)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r337 r359  
    525525#endif
    526526  }
    527 
     527#ifdef SPS_PTL_FIX
     528  if ( pcSPS->getLayerId() == 0)
     529  {
     530    parsePTL(pcSPS->getPTL(), 1, pcSPS->getMaxTLayers() - 1);
     531  }
     532#else
    528533  parsePTL(pcSPS->getPTL(), 1, pcSPS->getMaxTLayers() - 1);
     534#endif
     535
    529536  READ_UVLC(     uiCode, "sps_seq_parameter_set_id" );           pcSPS->setSPSId( uiCode );
    530537  assert(uiCode <= 15);
Note: See TracChangeset for help on using the changeset viewer.