diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-15 11:34:58 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-15 11:34:58 +0200 |
commit | a11802c1690a2ee7b4c7da7e218a200547a9881c (patch) | |
tree | 920762964e01aed76148dc3cce0148d29ce84e35 /src/ConfigParser.h | |
parent | 4576c71f10dc009ce0dd9aedbc2f81a3e1a8be0e (diff) | |
download | dabmux-a11802c1690a2ee7b4c7da7e218a200547a9881c.tar.gz dabmux-a11802c1690a2ee7b4c7da7e218a200547a9881c.tar.bz2 dabmux-a11802c1690a2ee7b4c7da7e218a200547a9881c.zip |
Fix zmq epgm:// input and mpeg enryption
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r-- | src/ConfigParser.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 1297b90..6399cdd 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -41,10 +41,5 @@ void parse_ptree(boost::property_tree::ptree& pt, std::shared_ptr<dabEnsemble> ensemble); -void setup_subchannel_from_ptree(DabSubchannel* subchan, - boost::property_tree::ptree &pt, - std::shared_ptr<dabEnsemble> ensemble, - std::string subchanuid); - #endif |