Changeset 869 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 14 Aug 2014, 00:00:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r868 r869 181 181 repFormat->setBitDepthVpsChroma ( getInternalBitDepthC() ); // Need modification to change for each layer 182 182 #endif 183 184 #if R0156_CONF_WINDOW_IN_REP_FORMAT 185 repFormat->getConformanceWindowVps().setWindow( 186 m_acLayerCfg[mapIdxToLayer[idx]].m_confWinLeft, 187 m_acLayerCfg[mapIdxToLayer[idx]].m_confWinRight, 188 m_acLayerCfg[mapIdxToLayer[idx]].m_confWinTop, 189 m_acLayerCfg[mapIdxToLayer[idx]].m_confWinBottom ); 190 #endif 191 183 192 #if HIGHER_LAYER_IRAP_SKIP_FLAG 184 193 m_acTEncTop[mapIdxToLayer[idx]].setSkipPictureAtArcSwitch( m_skipPictureAtArcSwitch );
Note: See TracChangeset for help on using the changeset viewer.