diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-02-13 10:11:01 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-02-13 10:11:01 +0100 |
commit | 4797ac4355e0c2d9c23ae4fb1d60ac5751c8347c (patch) | |
tree | e96bb8e8a196860acc4536433bed1909e0c65c5b /src/fig/FIG0_8.cpp | |
parent | 8594e81beadc395b3fc2568dc29b48712acb2561 (diff) | |
download | dabmux-4797ac4355e0c2d9c23ae4fb1d60ac5751c8347c.tar.gz dabmux-4797ac4355e0c2d9c23ae4fb1d60ac5751c8347c.tar.bz2 dabmux-4797ac4355e0c2d9c23ae4fb1d60ac5751c8347c.zip |
Remove references to nonfunctional FIDC
Diffstat (limited to 'src/fig/FIG0_8.cpp')
-rw-r--r-- | src/fig/FIG0_8.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fig/FIG0_8.cpp b/src/fig/FIG0_8.cpp index fdb3623..c2f8365 100644 --- a/src/fig/FIG0_8.cpp +++ b/src/fig/FIG0_8.cpp @@ -133,7 +133,7 @@ FillStatus FIG0_8::fill(uint8_t *buf, size_t max_size) buf += 3; // 8 minus rfa remaining -= 3; } - else { // Audio, data stream or FIDC + else { // Audio, data stream buf[0] = ((*componentFIG0_8)->serviceId >> 8) & 0xFF; buf[1] = ((*componentFIG0_8)->serviceId) & 0xFF; @@ -195,7 +195,7 @@ FillStatus FIG0_8::fill(uint8_t *buf, size_t max_size) buf += 3; // 8 minus rfa remaining -= 3; } - else { // Audio, data stream or FIDC + else { // Audio, data stream buf[0] = ((*componentFIG0_8)->serviceId >> 24) & 0xFF; buf[1] = ((*componentFIG0_8)->serviceId >> 16) & 0xFF; buf[2] = ((*componentFIG0_8)->serviceId >> 8) & 0xFF; |