diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-28 13:21:55 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-28 13:21:55 +0100 |
commit | 121059214ba508e9d51dc64b537eec7f44809d1c (patch) | |
tree | bf5e1cfdfe177a1fd4b839c7680749948634d3f2 /src/MuxElements.h | |
parent | 438c177a21e10149fd947cc1611a078723aae6e6 (diff) | |
download | dabmux-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.h | 5 |
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; |