Changeset 55 in 3DVCSoftware
- Timestamp:
- 5 Apr 2012, 14:48:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/0.4R1/source/App/TAppDecoder/TAppDecTop.cpp
r42 r55 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.