Changeset 100 in 3DVCSoftware for trunk/source/Lib/TLibCommon/NAL.h


Ignore:
Timestamp:
9 Aug 2012, 12:53:16 (13 years ago)
Author:
tech
Message:

Adopted modifications:

  • disparity vector generation (A0097)
  • inter-view motion prediction modification (A0049)
  • simplification of disparity vector derivation (A0126)
  • region boundary chain coding (A0070)
  • residual skip intra (A0087)
  • VSO modification (A0033/A0093)

+ Clean ups + Bug fixes

Update of cfg files (A0033 modification 2)

File:
1 edited

Legend:

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

    r77 r100  
    5252#endif
    5353#if VIDYO_VPS_INTEGRATION
    54         unsigned    m_layerId;
     54  unsigned    m_layerId;
    5555  unsigned    m_temporalId;  ///< temporal_id
    5656#else
     
    100100    m_isDepth     = isDepth;
    101101#else
    102                 m_layerId = layerId;
     102    m_layerId = layerId;
    103103#endif
    104104    m_temporalId  = temporalID;
     
    124124    m_isDepth     = isDepth;
    125125#else
    126                 m_layerId = layerId;
     126    m_layerId = layerId;
    127127#endif
    128128    m_temporalId  = temporalID;
Note: See TracChangeset for help on using the changeset viewer.