Changeset 54 in 3DVCSoftware for tags/0.5/source/App/TAppDecoder/TAppDecTop.cpp


Ignore:
Timestamp:
5 Apr 2012, 14:45:33 (14 years ago)
Author:
tech
Message:
  • added decoder fix related to FCO and video only coding
  • renamed FCO related encoder cfg-parameters
  • added newlines at end of some files
File:
1 edited

Legend:

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

    r48 r54  
    289289
    290290      }
    291       if (bCountDepthViewIdx == false )
     291       if (m_bUsingDepth && bCountDepthViewIdx == false )
    292292      {
    293293        bCountDepthViewIdx = true;
     
    315315        }
    316316
    317         if (iViewIdx >= m_acTDecTopList.size() || iDepthViewIdx >= m_acTDecDepthTopList.size())
     317         if (iViewIdx >= m_acTDecTopList.size() || (m_bUsingDepth && iDepthViewIdx >= m_acTDecDepthTopList.size()))
    318318        {
    319319          bFirstDepth = false;
Note: See TracChangeset for help on using the changeset viewer.