Ignore:
Timestamp:
3 May 2013, 17:50:04 (12 years ago)
Author:
tech
Message:

Further minor cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r368 r372  
    314314  m_apcSlicePilot->setPPS(pps);
    315315  m_apcSlicePilot->setSPS(sps);
     316#if H_MV
     317  m_apcSlicePilot->setVPS( m_parameterSetManagerDecoder.getActiveVPS() );
     318#endif
    316319  pps->setSPS(sps);
    317320  pps->setNumSubstreams(pps->getEntropyCodingSyncEnabledFlag() ? ((sps->getPicHeightInLumaSamples() + sps->getMaxCUHeight() - 1) / sps->getMaxCUHeight()) * (pps->getNumColumnsMinus1() + 1) : 1);
Note: See TracChangeset for help on using the changeset viewer.