1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 09:16:39 -04:00

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

View File

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