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