Changeset 360 in SHVCSoftware for branches/SHM-3.0-dev/source


Ignore:
Timestamp:
21 Aug 2013, 17:57:09 (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/TLibEncoder/TEncCavlc.cpp

    r337 r360  
    414414  }
    415415#endif
     416#ifdef SPS_PTL_FIX
     417  if (pcSPS->getLayerId() == 0)
     418  {
     419    codePTL(pcSPS->getPTL(), 1, pcSPS->getMaxTLayers() - 1);
     420  }
     421#else
    416422  codePTL(pcSPS->getPTL(), 1, pcSPS->getMaxTLayers() - 1);
     423#endif
    417424  WRITE_UVLC( pcSPS->getSPSId (),                   "sps_seq_parameter_set_id" );
    418425  WRITE_UVLC( pcSPS->getChromaFormatIdc (),         "chroma_format_idc" );
Note: See TracChangeset for help on using the changeset viewer.