ATV Demod: code simplification in end of frame processing

This commit is contained in:
f4exb 2017-03-30 20:45:36 +02:00
parent 3c56e7f891
commit 5731aebf8b
1 changed files with 0 additions and 6 deletions

View File

@ -487,12 +487,6 @@ void ATVDemod::demod(Complex& c)
//Interleave Odd/Even images
m_intRowIndex=m_intImageIndex%2;
m_intColIndex=0;
if(blnComputeImage)
{
m_objRegisteredATVScreen->selectRow(m_intRowIndex - m_intNumberOfSyncLines);
}
//Rendering when odd image processed
if(m_intImageIndex%2==1)