Changeset 57 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibCommon
- Timestamp:
- 4 Mar 2013, 23:56:02 (12 years ago)
- Location:
- branches/HM-10.0-dev-SHM/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComPic.cpp
r54 r57 135 135 136 136 /* there are no SEI messages associated with this picture initially */ 137 m_SEIs = NULL;137 m_SEIs.clear(); 138 138 m_bUsedByCurr = false; 139 139 return; -
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComSlice.cpp
r54 r57 2106 2106 { 2107 2107 pIlpPicList[i]->setIsLongTerm(1); //mark ilp as long-term reference 2108 pIlpPicList[i]->setIsUsedAsLongTerm(1); //mark ilp as long-term reference2109 2108 m_apcRefPicList[REF_PIC_LIST_0][iOffset + i] = pIlpPicList[i]; 2110 2109 m_aiNumRefIdx[REF_PIC_LIST_0]++; … … 2118 2117 { 2119 2118 pIlpPicList[i]->setIsLongTerm(1); //mark ilp as long-term reference 2120 pIlpPicList[i]->setIsUsedAsLongTerm(1); //mark ilp as long-term reference2121 2119 m_apcRefPicList[REF_PIC_LIST_1][iOffset + i] = pIlpPicList[i]; 2122 2120 m_aiNumRefIdx[REF_PIC_LIST_1]++;
Note: See TracChangeset for help on using the changeset viewer.