From 7c8ae25ba83fc658dfbe4cd468bb1bdfd3513c74 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 13 Jan 2017 16:15:57 +0100 Subject: Integrate timestampdecoder into EDI input --- src/DabMod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DabMod.cpp') diff --git a/src/DabMod.cpp b/src/DabMod.cpp index ac7842f..44951d7 100644 --- a/src/DabMod.cpp +++ b/src/DabMod.cpp @@ -699,7 +699,7 @@ int launch_modulator(int argc, char* argv[]) } - EdiReader ediReader; + EdiReader ediReader(tist_offset_s, tist_delay_stages); EdiDecoder::ETIDecoder ediInput(ediReader); if (edi_max_delay_ms > 0.0f) { // setMaxDelay wants number of AF packets, which correspond to 24ms ETI frames -- cgit v1.2.3