aboutsummaryrefslogtreecommitdiffstats
path: root/etisnoop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'etisnoop.cpp')
-rw-r--r--etisnoop.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/etisnoop.cpp b/etisnoop.cpp
index 77ac799..38aad03 100644
--- a/etisnoop.cpp
+++ b/etisnoop.cpp
@@ -151,6 +151,15 @@ struct FIG0_13_shortAppInfo
using namespace std;
struct eti_analyse_config_t {
+ eti_analyse_config_t() :
+ etifd(nullptr),
+ ignore_error(false),
+ streams_to_decode(),
+ analyse_fic_carousel(false),
+ analyse_fig_rates(false),
+ analyse_fig_rates_per_second(false),
+ decode_watermark(false) {}
+
FILE* etifd;
bool ignore_error;
std::map<int, DabPlusSnoop> streams_to_decode;