Ignore:
Timestamp:
26 May 2013, 16:22:23 (11 years ago)
Author:
tech
Message:

Added missing parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.2-dev/source/Lib/TLibExtractor/TExtrTop.h

    r438 r446  
    4646#include <set>
    4747
     48#if H_MV
    4849// ====================================================================================================================
    4950// Class definition
     
    5455{
    5556private:
    56 #if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046
     57
    5758  TComVPS                 m_cVPS;
    58 #endif
    59    std::list<TComSPS>      m_acSPSBuffer;
     59  std::list<TComSPS>      m_acSPSBuffer;
     60  std::list<Int    >      m_aiSPSLayerIdBuffer;
    6061
    6162  // functional classes
     
    7273  Bool     extract( InputNALUnit& nalu, std::set<UInt>& rsuiExtractLayerIds );
    7374  Void     dumpSpsInfo( std::ostream& rcSpsInfoHandle );
     75  Void     dumpVpsInfo( std::ostream& rcVpsInfoHandle );
    7476 
    7577  TComSPS *getFirstSPS() { return m_acSPSBuffer.empty() ? 0 : &(m_acSPSBuffer.front()); }
    7678
    7779protected:
    78    UInt     xGetLayerId( UInt uiViewId, Bool bIsDepth ) { return ( ( uiViewId << 1 ) + ( bIsDepth ? 1 : 0 ) ); }
     80
    7981};// END CLASS DEFINITION TExtrTop
    8082
    8183
    8284#endif // __TEXTRTOP__
    83 
     85#endif
Note: See TracChangeset for help on using the changeset viewer.