Changeset 1066 in SHVCSoftware for branches/SHM-dev/source


Ignore:
Timestamp:
5 Mar 2015, 01:00:36 (10 years ago)
Author:
interdigital
Message:

roll back m_acTDecTop array size to MAX_LAYERS to avoid decoder crash.

File:
1 edited

Legend:

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

    r1064 r1066  
    6464  // class interface
    6565#if SVC_EXTENSION
    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
     66  TDecTop                         m_acTDecTop [MAX_LAYERS];                             ///< decoder class [WARNING] suppose to use MAX_NUM_LAYER_IDS but decoder crashes, pending for further investigation
     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.