Changeset 80 in 3DVCSoftware for branches/HTM-3.0-Vidyo/source/Lib


Ignore:
Timestamp:
18 Jun 2012, 21:39:59 (12 years ago)
Author:
vidyo
Message:

decoder bug fix - fixing crash when decoding view-only (no depth coding) bitstreams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-3.0-Vidyo/source/Lib/TLibEncoder/TEncTop.cpp

    r71 r80  
    351351  m_cDepthMapGenerator.init( (TComPrediction*)this->getPredSearch(), m_pcTAppEncTop->getVPSAccess(), m_pcTAppEncTop->getSPSAccess(), m_pcTAppEncTop->getAUPicAccess() );
    352352#else
    353   m_cDepthMapGenerator.init( (TComPrediction*)this->getPredSearch(), m_pcTAppEncTop->getVPSAccess(), m_pcTAppEncTop->getSPSAccess(), m_pcTAppEncTop->getAUPicAccess() );
     353  m_cDepthMapGenerator.init( (TComPrediction*)this->getPredSearch(), m_pcTAppEncTop->getSPSAccess(), m_pcTAppEncTop->getAUPicAccess() );
    354354#endif
    355355#endif
Note: See TracChangeset for help on using the changeset viewer.