Changeset 964 in 3DVCSoftware for trunk/source/Lib/TLibCommon/SEI.h


Ignore:
Timestamp:
5 Jul 2014, 05:16:45 (10 years ago)
Author:
tech
Message:
  • Merged 11.0-dev0@963. (Update to HM 14.0 + MV-HEVC Draft 8 HLS)
  • Added coding results.
  • Changed version number.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/SEI.h

    r884 r964  
    128128  SEIActiveParameterSets()
    129129    : activeVPSId            (0)
    130     , m_fullRandomAccessFlag (false)
    131     , m_noParamSetUpdateFlag (false)
     130    , m_selfContainedCvsFlag (false)
     131    , m_noParameterSetUpdateFlag (false)
    132132    , numSpsIdsMinus1        (0)
    133133  {}
     
    135135
    136136  Int activeVPSId;
    137   Bool m_fullRandomAccessFlag;
    138   Bool m_noParamSetUpdateFlag;
     137  Bool m_selfContainedCvsFlag;
     138  Bool m_noParameterSetUpdateFlag;
    139139  Int numSpsIdsMinus1;
    140   std::vector<Int> activeSeqParamSetId;
     140  std::vector<Int> activeSeqParameterSetId;
    141141};
    142142
     
    356356  Int    m_cameraIsoSpeedIdc;
    357357  Int    m_cameraIsoSpeedValue;
     358  Int    m_exposureIndexIdc;
     359  Int    m_exposureIndexValue;
    358360  Int    m_exposureCompensationValueSignFlag;
    359361  Int    m_exposureCompensationValueNumerator;
Note: See TracChangeset for help on using the changeset viewer.