Changeset 1402 in 3DVCSoftware for branches/HTM-16.1-dev/source/Lib/TLibCommon/TComPicYuv.cpp
- Timestamp:
- 26 May 2016, 15:03:18 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.1-dev/source/Lib/TLibCommon/TComPicYuv.cpp
r1401 r1402 74 74 TComPicYuv::~TComPicYuv() 75 75 { 76 destroy(); 76 77 } 77 78 … … 87 88 88 89 { 90 destroy(); 91 89 92 m_picWidth = picWidth; 90 93 m_picHeight = picHeight;
Note: See TracChangeset for help on using the changeset viewer.