Changeset 456 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecTop.cpp
- Timestamp:
- 4 Jun 2013, 18:05:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.