diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-05-13 18:30:11 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-05-13 18:30:11 +0200 |
commit | cc4cac79ada4adf808bd09417942a995530c3a69 (patch) | |
tree | b8a1d6d14d4541005c8ad7563a8495792a15dc69 /src/etianalyse.hpp | |
parent | e3aed1a4a03f6c7d8d2055b02fc53a4ee57e520d (diff) | |
download | etisnoop-cc4cac79ada4adf808bd09417942a995530c3a69.tar.gz etisnoop-cc4cac79ada4adf808bd09417942a995530c3a69.tar.bz2 etisnoop-cc4cac79ada4adf808bd09417942a995530c3a69.zip |
Fix subchannel extraction
Diffstat (limited to 'src/etianalyse.hpp')
-rw-r--r-- | src/etianalyse.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etianalyse.hpp b/src/etianalyse.hpp index 692ec34..b03de82 100644 --- a/src/etianalyse.hpp +++ b/src/etianalyse.hpp @@ -48,7 +48,7 @@ struct eti_analyse_config_t { FILE* etifd = nullptr; FILE* ficfd = nullptr; bool ignore_error = false; - std::map<int, StreamSnoop> streams_to_decode; + std::map<int /* subch index */, StreamSnoop> streams_to_decode; std::list<std::pair<int, int> > figs_to_display; bool analyse_fic_carousel = false; bool analyse_fig_rates = false; |