mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 11:12:27 -04:00
ATV Modulator: hsync leap standard: fallen back horizotal sync leap placement update
This commit is contained in:
parent
5cdcfdb9be
commit
2fe0ec7dbd
@ -271,7 +271,7 @@ Complex& ATVMod::modulateVestigialSSB(Real& sample)
|
|||||||
|
|
||||||
void ATVMod::pullVideo(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
|
pullImageLine(sample, true); // pull image line without sync
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user