Changeset 1049 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecCu.h
- Timestamp:
- 3 Mar 2015, 23:36:18 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCu.h
r1043 r1049 103 103 104 104 #if SVC_EXTENSION 105 TDecTop* getLayerDec ( UInt layerId x ) { return m_ppcTDecTop[layerIdx]; }105 TDecTop* getLayerDec ( UInt layerId ) { return m_ppcTDecTop[layerId]; } 106 106 #endif 107 107 protected:
Note: See TracChangeset for help on using the changeset viewer.