Changeset 1064 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 4 Mar 2015, 22:55:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.h
r1050 r1064 64 64 // class interface 65 65 #if SVC_EXTENSION 66 TDecTop m_acTDecTop [MAX_ LAYERS]; ///< decoder class67 TDecTop* m_apcTDecTop [MAX_ LAYERS]; ///< decoder point class68 TVideoIOYuv m_acTVideoIOYuvReconFile [MAX_ LAYERS]; ///< reconstruction YUV class66 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 69 69 #else 70 70 TDecTop m_cTDecTop; ///< decoder class
Note: See TracChangeset for help on using the changeset viewer.