Changeset 473 in 3DVCSoftware for branches/HTM-DEV-0.3-dev1/source/App/TAppDecoder/TAppDecTop.cpp
- Timestamp:
- 17 Jun 2013, 15:56:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev1/source/App/TAppDecoder/TAppDecTop.cpp
r459 r473 95 95 m_pchReconFile = NULL; 96 96 } 97 #if H_3D_FIX 98 if (m_pchScaleOffsetFile) 99 { 100 free (m_pchScaleOffsetFile); 101 m_pchScaleOffsetFile = NULL; 102 } 103 #endif 97 104 } 98 105 … … 146 153 Int pocLastPic = -MAX_INT; 147 154 148 Int layerIdLastPic = 0;149 155 Int layerIdCurrPic = 0; 150 156 … … 223 229 if ( bNewPicture || !bitstreamFile ) 224 230 { 225 layerIdLastPic = layerIdCurrPic;226 231 layerIdCurrPic = nalu.m_layerId; 227 232
Note: See TracChangeset for help on using the changeset viewer.