From c5d5653d26816204fb39485accce08f21737c707 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Tue, 23 Jul 2019 11:21:10 +0200 Subject: DLS: allow to use separate DL Plus item state file --- src/odr-padenc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/odr-padenc.h') diff --git a/src/odr-padenc.h b/src/odr-padenc.h index 2646305..9ecf4a4 100644 --- a/src/odr-padenc.h +++ b/src/odr-padenc.h @@ -65,6 +65,7 @@ struct PadEncoderOptions { const char* sls_dir; const char* output; std::vector dls_files; + const char* item_state_file; PadEncoderOptions() : padlen(58), @@ -78,7 +79,8 @@ struct PadEncoderOptions { max_slide_size(SLSEncoder::MAXSLIDESIZE_SIMPLE), raw_slides(false), sls_dir(NULL), - output("/tmp/pad.fifo") + output("/tmp/pad.fifo"), + item_state_file(NULL) {} bool DLSEnabled() {return !dls_files.empty();} -- cgit v1.2.3