Changeset 55 in 3DVCSoftware


Ignore:
Timestamp:
5 Apr 2012, 14:48:02 (13 years ago)
Author:
tech
Message:
  • added decoder fix related to FCO and video only coding
  • added newlines at end of some files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/0.4R1/source/App/TAppDecoder/TAppDecTop.cpp

    r42 r55  
    272272
    273273      }
    274       if (bCountDepthViewIdx == false )
     274      if (m_bUsingDepth && bCountDepthViewIdx == false )
    275275      {
    276276        bCountDepthViewIdx = true;
     
    298298        }
    299299
    300         if (iViewIdx >= m_acTDecTopList.size() || iDepthViewIdx >= m_acTDecDepthTopList.size())
     300        if (iViewIdx >= m_acTDecTopList.size() || (m_bUsingDepth && iDepthViewIdx >= m_acTDecDepthTopList.size()))
    301301        {
    302302          bFirstDepth = false;
Note: See TracChangeset for help on using the changeset viewer.