Changeset 50 in 3DVCSoftware for branches/0.3-nokia/source/App/TAppDecoder
- Timestamp:
- 4 Apr 2012, 16:55:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-nokia/source/App/TAppDecoder/TAppDecTop.cpp
r34 r50 272 272 273 273 } 274 if ( bCountDepthViewIdx == false )274 if (m_bUsingDepth && bCountDepthViewIdx == false ) 275 275 { 276 276 bCountDepthViewIdx = true; … … 298 298 } 299 299 300 if (iViewIdx >= m_acTDecTopList.size() || iDepthViewIdx >= m_acTDecDepthTopList.size())300 if (iViewIdx >= m_acTDecTopList.size() || (m_bUsingDepth && iDepthViewIdx >= m_acTDecDepthTopList.size())) 301 301 { 302 302 bFirstDepth = false;
Note: See TracChangeset for help on using the changeset viewer.