Changeset 497 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/App
- Timestamp:
- 26 Jun 2013, 15:57:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/App/TAppDecoder/TAppDecTop.cpp
r483 r497 152 152 Int pocCurrPic = -MAX_INT; 153 153 Int pocLastPic = -MAX_INT; 154 155 Int layerIdLastPic = 0; 154 156 155 Int layerIdCurrPic = 0; 157 156 … … 230 229 if ( bNewPicture || !bitstreamFile ) 231 230 { 232 layerIdLastPic = layerIdCurrPic;233 231 layerIdCurrPic = nalu.m_layerId; 234 232
Note: See TracChangeset for help on using the changeset viewer.