diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-02-05 12:12:02 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-02-05 12:12:02 +0100 |
commit | 90cb5392cd7f6f623529d62988bc4afdde011820 (patch) | |
tree | 6f2d4b57c64d6f2023e92913aaa179d0eadc3e92 /src/DabMultiplexer.h | |
parent | c21be14dd5cb7b8aa338c3eecd87fc996e1f5430 (diff) | |
download | dabmux-90cb5392cd7f6f623529d62988bc4afdde011820.tar.gz dabmux-90cb5392cd7f6f623529d62988bc4afdde011820.tar.bz2 dabmux-90cb5392cd7f6f623529d62988bc4afdde011820.zip |
Change EDI configuration for multi-output
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index e8b2a00..529b9ca 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -141,7 +141,6 @@ class DabMultiplexer : public RemoteControllable { ClockTAI m_clock_tai; std::ofstream edi_debug_file; - UdpSocket edi_output; // The TagPacket will then be placed into an AFPacket AFPacketiser edi_afPacketiser; |