Ticket #1153: Ticket1153.patch

File Ticket1153.patch, 457 bytes (added by libin, 9 years ago)
  • Lib/TLibEncoder/TEncTop.cpp

     
    439439      m_cPreanalyzer.xPreanalyze( dynamic_cast<TEncPic*>( pcTopField ) );
    440440    }   
    441441  }
     442
     443  if ( m_RCEnableRateControl )
     444  {
     445    m_cRateCtrl.initRCGOP( m_iNumPicRcvd );
     446  }
    442447 
    443448  if (m_iPOCLast == 0) // compress field 0
    444449  {