diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-17 17:12:56 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-17 17:12:56 +0100 |
commit | 07b303a738c82c53c835221f675d6d3b82948357 (patch) | |
tree | 06760b26a8320f685d2ca682f5490be97dc1ceb5 /src/MuxElements.h | |
parent | 131cbad6d9d368e4eee0206dbccfd6ecfd023fa1 (diff) | |
download | dabmux-07b303a738c82c53c835221f675d6d3b82948357.tar.gz dabmux-07b303a738c82c53c835221f675d6d3b82948357.tar.bz2 dabmux-07b303a738c82c53c835221f675d6d3b82948357.zip |
Add OE=1 support for FrequencyInformation
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index 1f3f548..4efc720 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -549,6 +549,8 @@ struct FrequencyListEntry { struct FrequencyInformation { std::string uid; + bool other_ensemble = false; + // The latest draft spec does not specify the RegionId anymore, it's // now a reserved field. std::vector<FrequencyListEntry> frequency_information; |