aboutsummaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2022-03-17 17:15:47 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2022-03-17 17:15:47 +0100
commitfafba594214bf9c9bedb8c029623eb008fb78440 (patch)
tree87c80eecf22b3745796fdf1f13f8fa071d0fcf86 /src/MuxElements.h
parent1cc0b27ba8effec0afcc35555a8bc325b8ed0f65 (diff)
downloaddabmux-fafba594214bf9c9bedb8c029623eb008fb78440.tar.gz
dabmux-fafba594214bf9c9bedb8c029623eb008fb78440.tar.bz2
dabmux-fafba594214bf9c9bedb8c029623eb008fb78440.zip
Send FIG0/14 only for enhancedpacket subchannels
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r--src/MuxElements.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h
index 90f39a6..020093d 100644
--- a/src/MuxElements.h
+++ b/src/MuxElements.h
@@ -3,7 +3,7 @@
2011, 2012 Her Majesty the Queen in Right of Canada (Communications
Research Center Canada)
- Copyright (C) 2020
+ Copyright (C) 2022
Matthias P. Braendli, matthias.braendli@mpb.li
http://www.opendigitalradio.org
@@ -418,6 +418,7 @@ public:
std::shared_ptr<Inputs::InputBase> input;
unsigned char id = 0;
subchannel_type_t type = subchannel_type_t::DABAudio;
+ bool packet_enhanced = false; // Enables additional FEC and FIG0/14
uint16_t startAddress = 0;
uint16_t bitrate = 0;
struct dabProtection protection;