Ignore:
Timestamp:
23 Jan 2014, 18:05:13 (11 years ago)
Author:
seregin
Message:

JCTVC-P0048: Remove profile_ref_minus1 from VPS extension with macro P0048_REMOVE_PROFILE_REF. Patch was provided by Tomoyuki Yamamoto <yamamoto.tomoyuki@…>

Changes

  • Remove profile_ref_minus1 from VPS extension
  • Infer Profile info to be the previous one when not present
  • Remove array m_profileLayerSetRef[MAX_VPS_LAYER_SETS_PLUS1]
  • Remove method get/setProfileLayerSetRef()
  • Remove macro O0109_PROF_REF_MINUS1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.cpp

    r551 r552  
    20822082#if VPS_EXTN_PROFILE_INFO
    20832083  ::memset(m_profilePresentFlag, 0, sizeof(m_profilePresentFlag));
     2084#if !P0048_REMOVE_PROFILE_REF
    20842085  ::memset(m_profileLayerSetRef, 0, sizeof(m_profileLayerSetRef));
     2086#endif
    20852087#endif
    20862088#if VPS_EXTN_OP_LAYER_SETS
Note: See TracChangeset for help on using the changeset viewer.