Changeset 473 in 3DVCSoftware for branches/HTM-DEV-0.3-dev1/source/App/TAppDecoder
- Timestamp:
- 17 Jun 2013, 15:56:57 (12 years ago)
- Location:
- branches/HTM-DEV-0.3-dev1/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev1/source/App/TAppDecoder/TAppDecCfg.h
r446 r473 84 84 #if H_MV 85 85 , m_maxLayerId(0) 86 , m_pchReconFiles(NULL)87 86 #endif 88 87 , m_pchReconFile(NULL) -
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.