Ticket #104: TAppEncCfg.cpp.patch

File TAppEncCfg.cpp.patch, 794 bytes (added by CFeldmann, 8 years ago)

A patch for the bug

  • source/App/TAppEncoder/TAppEncCfg.cpp

     
    41594159    string& m_reconFileName                = m_apcLayerCfg[layerIdx]->m_reconFileName;
    41604160
    41614161    Int& m_iFrameRate                      = m_apcLayerCfg[layerIdx]->m_iFrameRate;
    4162     Int& m_iIntraPeriod                    = m_apcLayerCfg[layerIdx]->m_iFrameRate;
     4162    Int& m_iIntraPeriod                    = m_apcLayerCfg[layerIdx]->m_iIntraPeriod;
    41634163
    41644164    UInt& m_uiMaxTotalCUDepth              = m_apcLayerCfg[layerIdx]->m_uiMaxTotalCUDepth;
    41654165    UInt& m_uiQuadtreeTULog2MinSize        = m_apcLayerCfg[layerIdx]->m_uiQuadtreeTULog2MinSize;