From d4797ace7fcee41d9c9cdf35a3cac54e4c0235db Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 26 Jan 2015 22:10:29 +0100 Subject: EDI: write transport header in PFT --- src/DabMux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DabMux.cpp') diff --git a/src/DabMux.cpp b/src/DabMux.cpp index 376e33c..1597a9b 100644 --- a/src/DabMux.cpp +++ b/src/DabMux.cpp @@ -728,7 +728,7 @@ int main(int argc, char *argv[]) AFPacketiser edi_afPacketiser(edi_conf.verbose); // The AF Packet will be protected with reed-solomon and split in fragments - PFT edi_pft(207, 3, edi_conf.verbose); + PFT edi_pft(207, 3, edi_conf); /* Each iteration of the main loop creates one ETI frame */ for (currentFrame = 0; running; currentFrame++) { -- cgit v1.2.3