From b5fd4a6ab6ac92af2141233f802e71c861cd89f4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 14:11:26 +0100 Subject: Remove ModFormat --- src/ModCodec.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/ModCodec.h') diff --git a/src/ModCodec.h b/src/ModCodec.h index ab33fe7..465af46 100644 --- a/src/ModCodec.h +++ b/src/ModCodec.h @@ -19,8 +19,7 @@ along with ODR-DabMod. If not, see . */ -#ifndef MOD_CODEC_H -#define MOD_CODEC_H +#pragma once #ifdef HAVE_CONFIG_H # include @@ -36,13 +35,13 @@ class ModCodec : public ModPlugin { public: - ModCodec(ModFormat inputFormat, ModFormat outputFormat); + ModCodec(); virtual ~ModCodec(); virtual int process(std::vector dataIn, std::vector dataOut); virtual int process(Buffer* const dataIn, Buffer* dataOut) = 0; - + protected: #ifdef DEBUG FILE* myOutputFile; @@ -51,4 +50,3 @@ protected: }; -#endif // MOD_CODEC_H -- cgit v1.2.3