mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05:00
ATV Demod: fixed wrong initialization of frame rate. Fixes issue #22
This commit is contained in:
parent
b17e999bc2
commit
4115c4e932
@ -86,7 +86,7 @@ public:
|
||||
m_intNumberOfLines(625),
|
||||
m_fltLineDuration(0.0f),
|
||||
m_fltTopDuration(0.0f),
|
||||
m_fltFramePerS(0.0f),
|
||||
m_fltFramePerS(25.0f),
|
||||
m_fltRatioOfRowsToDisplay(0.0f),
|
||||
m_fltVoltLevelSynchroTop(0.0f),
|
||||
m_fltVoltLevelSynchroBlack(1.0f),
|
||||
|
@ -26,7 +26,7 @@
|
||||
const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
QString("ATV Demodulator"),
|
||||
QString("3.3.3"),
|
||||
QString("3.3.4"),
|
||||
QString("(c) F4HKW for F4EXB / SDRAngel"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user