Changeset 1319 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
21 Jul 2015, 23:31:40 (10 years ago)
Author:
seregin
Message:

port rev 4394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/SEIwrite.cpp

    r1307 r1319  
    7979  case SEI::ACTIVE_PARAMETER_SETS:
    8080    xWriteSEIActiveParameterSets(*static_cast<const SEIActiveParameterSets*>(& sei));
    81     break;
    82   case SEI::DECODED_PICTURE_HASH:
    83     xWriteSEIDecodedPictureHash(*static_cast<const SEIDecodedPictureHash*>(&sei));
    8481    break;
    8582#if SVC_EXTENSION
     
    9794    xWriteSEIDecodingUnitInfo(*static_cast<const SEIDecodingUnitInfo*>(& sei), sps);
    9895    break;
     96#endif
     97  case SEI::DECODED_PICTURE_HASH:
     98    xWriteSEIDecodedPictureHash(*static_cast<const SEIDecodedPictureHash*>(&sei));
     99    break;
     100#if !SVC_EXTENSION
    99101  case SEI::BUFFERING_PERIOD:
    100102    xWriteSEIBufferingPeriod(*static_cast<const SEIBufferingPeriod*>(&sei), sps);
     
    398400  if(vui->getHrdParameters()->getSubPicCpbParamsInPicTimingSEIFlag())
    399401  {
    400     WRITE_CODE( sei.m_duSptCpbRemovalDelay, (vui->getHrdParameters()->getDuCpbRemovalDelayLengthMinus1() + 1), "du_spt_cpb_removal_delay");
     402    WRITE_CODE( sei.m_duSptCpbRemovalDelay, (vui->getHrdParameters()->getDuCpbRemovalDelayLengthMinus1() + 1), "du_spt_cpb_removal_delay_increment");
    401403  }
    402404  WRITE_FLAG( sei.m_dpbOutputDuDelayPresentFlag, "dpb_output_du_delay_present_flag");
Note: See TracChangeset for help on using the changeset viewer.