Changeset 456 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder
- Timestamp:
- 4 Jun 2013, 18:05:33 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecCfg.h
r446 r456 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-dev2/source/App/TAppDecoder/TAppDecTop.cpp
r446 r456 145 145 Int pocCurrPic = -MAX_INT; 146 146 Int pocLastPic = -MAX_INT; 147 148 Int layerIdLastPic = 0; 147 149 148 Int layerIdCurrPic = 0; 150 149 … … 223 222 if ( bNewPicture || !bitstreamFile ) 224 223 { 225 layerIdLastPic = layerIdCurrPic;226 224 layerIdCurrPic = nalu.m_layerId; 227 225
Note: See TracChangeset for help on using the changeset viewer.