diff options
author | Stefan Pöschel <spoeschel@irt.de> | 2019-07-23 11:21:10 +0200 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2019-07-23 11:32:19 +0200 |
commit | c5d5653d26816204fb39485accce08f21737c707 (patch) | |
tree | ce3d648f4a2adf7cac3f308a52c276871cbdf1af /src/dls.h | |
parent | 1c2f96f13e6e5abbf114af0192dbdd53de3c9a25 (diff) | |
download | ODR-PadEnc-c5d5653d26816204fb39485accce08f21737c707.tar.gz ODR-PadEnc-c5d5653d26816204fb39485accce08f21737c707.tar.bz2 ODR-PadEnc-c5d5653d26816204fb39485accce08f21737c707.zip |
DLS: allow to use separate DL Plus item state file
Diffstat (limited to 'src/dls.h')
-rw-r--r-- | src/dls.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ Copyright (C) 2014, 2015 Matthias P. Braendli (http://opendigitalradio.org) - Copyright (C) 2015, 2016, 2017 Stefan Pöschel (http://opendigitalradio.org) + Copyright (C) 2015-2019 Stefan Pöschel (http://opendigitalradio.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -156,7 +156,7 @@ public: static const std::string REQUEST_REREAD_SUFFIX; DLSEncoder(PADPacketizer* pad_packetizer) : pad_packetizer(pad_packetizer), dls_toggle(false) {} - void encodeLabel(const std::string& dls_file, const DL_PARAMS& dl_params); + void encodeLabel(const std::string& dls_file, const char* item_state_file, const DL_PARAMS& dl_params); }; #endif /* DLS_H_ */ |