summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r--src/MuxElements.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h
index dc84ccb..8539909 100644
--- a/src/MuxElements.h
+++ b/src/MuxElements.h
@@ -233,7 +233,12 @@ class dabSubchannel
public:
dabSubchannel(std::string& uid) :
uid(uid),
- id(0)
+ input(),
+ id(0),
+ type(subchannel_type_t::Audio),
+ startAddress(0),
+ bitrate(0),
+ protection()
{
}