Changeset 652 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h


Ignore:
Timestamp:
7 Apr 2014, 23:08:52 (11 years ago)
Author:
seregin
Message:

update to HM-14.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h

    r644 r652  
    142142  SEIActiveParameterSets()
    143143    : activeVPSId            (0)
    144     , m_fullRandomAccessFlag (false)
    145     , m_noParamSetUpdateFlag (false)
     144    , m_selfContainedCvsFlag (false)
     145    , m_noParameterSetUpdateFlag (false)
    146146    , numSpsIdsMinus1        (0)
    147147  {}
     
    149149
    150150  Int activeVPSId;
    151   Bool m_fullRandomAccessFlag;
    152   Bool m_noParamSetUpdateFlag;
     151  Bool m_selfContainedCvsFlag;
     152  Bool m_noParameterSetUpdateFlag;
    153153  Int numSpsIdsMinus1;
    154   std::vector<Int> activeSeqParamSetId;
     154  std::vector<Int> activeSeqParameterSetId;
    155155};
    156156
     
    393393  Int    m_cameraIsoSpeedIdc;
    394394  Int    m_cameraIsoSpeedValue;
     395  Int    m_exposureIndexIdc;
     396  Int    m_exposureIndexValue;
    395397  Int    m_exposureCompensationValueSignFlag;
    396398  Int    m_exposureCompensationValueNumerator;
Note: See TracChangeset for help on using the changeset viewer.