mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 04:41:55 -05:00
ATV Demod: reset column count to exact value when no valid hsync
This commit is contained in:
parent
74202b9a17
commit
6dbbbec71d
@ -546,7 +546,7 @@ private:
|
|||||||
else if (m_intColIndex >= m_intNumberSamplePerLine + m_intNumberSamplePerTop) // No valid H sync
|
else if (m_intColIndex >= m_intNumberSamplePerLine + m_intNumberSamplePerTop) // No valid H sync
|
||||||
{
|
{
|
||||||
//qDebug("HLine: %d", m_intColIndex);
|
//qDebug("HLine: %d", m_intColIndex);
|
||||||
m_intColIndex = 0;
|
m_intColIndex = m_intNumberSamplePerTop;
|
||||||
blnNewLine = true;
|
blnNewLine = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user