1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

FileInput: removed center frequency and sample rate from the settings since it should come from the file header

This commit is contained in:
f4exb
2020-07-11 11:09:58 +02:00
parent 12ccc86705
commit 7109c3b80d
3 changed files with 6 additions and 12 deletions
@@ -22,8 +22,6 @@
#include <QByteArray>
struct FileInputSettings {
quint64 m_centerFrequency;
qint32 m_sampleRate;
QString m_fileName;
quint32 m_accelerationFactor;
bool m_loop;