Changeset 1064 in SHVCSoftware for branches/SHM-dev


Ignore:
Timestamp:
4 Mar 2015, 22:55:24 (10 years ago)
Author:
interdigital
Message:

The size of m_acTDecTop, m_apcTDecTop and m_acTVideoIOYuvReconFile is MAX_NUM_LAYER_IDS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.h

    r1050 r1064  
    6464  // class interface
    6565#if SVC_EXTENSION
    66   TDecTop                         m_acTDecTop [MAX_LAYERS];                    ///< decoder class
    67   TDecTop*                        m_apcTDecTop [MAX_LAYERS];                   ///< decoder point class
    68   TVideoIOYuv                     m_acTVideoIOYuvReconFile [MAX_LAYERS];        ///< reconstruction YUV class
     66  TDecTop                         m_acTDecTop [MAX_NUM_LAYER_IDS];                    ///< decoder class
     67  TDecTop*                        m_apcTDecTop [MAX_NUM_LAYER_IDS];                   ///< decoder point class
     68  TVideoIOYuv                     m_acTVideoIOYuvReconFile [MAX_NUM_LAYER_IDS];        ///< reconstruction YUV class
    6969#else
    7070  TDecTop                         m_cTDecTop;                     ///< decoder class
Note: See TracChangeset for help on using the changeset viewer.