1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-23 00:18:37 -05:00

ATV Modulator: hsync leap standard: fallen back horizotal sync leap placement update

This commit is contained in:
f4exb 2017-04-06 05:17:26 +02:00
parent 5cdcfdb9be
commit 2fe0ec7dbd

View File

@ -271,7 +271,7 @@ Complex& ATVMod::modulateVestigialSSB(Real& sample)
void ATVMod::pullVideo(Real& sample)
{
if ((m_running.m_atvStd == ATVStdHLeap) && (m_lineCount == m_nbLines2 - 1)) // 1 line before the last in leap mode
if ((m_running.m_atvStd == ATVStdHLeap) && (m_lineCount == m_nbLines2)) // last line in leap mode
{
pullImageLine(sample, true); // pull image line without sync
}