Changeset 603 in SHVCSoftware for branches/SHM-5.1-dev/source


Ignore:
Timestamp:
7 Feb 2014, 18:52:51 (11 years ago)
Author:
interdigital
Message:

P0182: add base_layer_parameter_set_compatibility_flag into VPS VUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r602 r603  
    956956#endif
    957957    m_acTEncTop[layer].init(isFieldCoding);
     958#if P0182_VPS_VUI_PS_FLAG
     959    m_acTEncTop[layer].getVPS()->setSPSId(layer, m_acTEncTop[layer].getSPS()->getSPSId());
     960    m_acTEncTop[layer].getVPS()->setPPSId(layer, m_acTEncTop[layer].getPPS()->getPPSId());
     961#endif
    958962  }
    959963#if VPS_RENAME
Note: See TracChangeset for help on using the changeset viewer.