Changeset 1442 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComMotionInfo.h
- Timestamp:
- 13 Aug 2015, 19:11:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComMotionInfo.h
r1259 r1442 94 94 TComMv* m_pcMv; 95 95 TComMv* m_pcMvd; 96 Char*m_piRefIdx;96 SChar* m_piRefIdx; 97 97 UInt m_uiNumPartition; 98 98 AMVPInfo m_cAMVPInfo; … … 153 153 } 154 154 155 Void compress( Char* pePredMode, Int scale);155 Void compress(SChar* pePredMode, Int scale); 156 156 157 157 #if SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.