Changeset 54 in 3DVCSoftware for tags/0.5/source
- Timestamp:
- 5 Apr 2012, 14:45:33 (13 years ago)
- Location:
- tags/0.5/source/App
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/0.5/source/App/TAppDecoder/TAppDecTop.cpp
r48 r54 289 289 290 290 } 291 if (bCountDepthViewIdx == false )291 if (m_bUsingDepth && bCountDepthViewIdx == false ) 292 292 { 293 293 bCountDepthViewIdx = true; … … 315 315 } 316 316 317 if (iViewIdx >= m_acTDecTopList.size() || iDepthViewIdx >= m_acTDecDepthTopList.size())317 if (iViewIdx >= m_acTDecTopList.size() || (m_bUsingDepth && iDepthViewIdx >= m_acTDecDepthTopList.size())) 318 318 { 319 319 bFirstDepth = false; -
tags/0.5/source/App/TAppEncoder/TAppEncCfg.cpp
r48 r54 204 204 205 205 #if FLEX_CODING_ORDER 206 (" 3DVFlexOrder",m_b3DVFlexOrder, false, "flexible coding order flag" )207 (" 3DVCodingOrder", cfg_JointCodingOrdering, string(""), "The coding order for joint texture-depth coding")206 ("FCO", m_b3DVFlexOrder, false, "flexible coding order flag" ) 207 ("CodingOrder", cfg_JointCodingOrdering, string(""), "The coding order for joint texture-depth coding") 208 208 #endif 209 209
Note: See TracChangeset for help on using the changeset viewer.