summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-28 13:21:55 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-28 13:21:55 +0100
commit121059214ba508e9d51dc64b537eec7f44809d1c (patch)
treebf5e1cfdfe177a1fd4b839c7680749948634d3f2 /src/MuxElements.h
parent438c177a21e10149fd947cc1611a078723aae6e6 (diff)
downloaddabmux-121059214ba508e9d51dc64b537eec7f44809d1c.tar.gz
dabmux-121059214ba508e9d51dc64b537eec7f44809d1c.tar.bz2
dabmux-121059214ba508e9d51dc64b537eec7f44809d1c.zip
Change FIG0/13 handling for MOT slideshow
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r--src/MuxElements.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h
index c416314..d3227e9 100644
--- a/src/MuxElements.h
+++ b/src/MuxElements.h
@@ -127,6 +127,11 @@ struct dabSubchannel {
const char* inputName;
DabInputBase* input;
unsigned char id;
+ /* The type is:
+ * 0 for mpeg, dabplus
+ * 1 for data, dmb
+ * 3 for packet
+ */
unsigned char type;
uint16_t startAddress;
uint16_t bitrate;