aboutsummaryrefslogtreecommitdiffstats
path: root/src/GuardIntervalInserter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GuardIntervalInserter.cpp')
-rw-r--r--src/GuardIntervalInserter.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/GuardIntervalInserter.cpp b/src/GuardIntervalInserter.cpp
index 50faf65..80ba900 100644
--- a/src/GuardIntervalInserter.cpp
+++ b/src/GuardIntervalInserter.cpp
@@ -35,9 +35,7 @@ GuardIntervalInserter::GuardIntervalInserter(size_t nbSymbols,
size_t spacing,
size_t nullSize,
size_t symSize) :
- ModCodec(ModFormat(nbSymbols * spacing * sizeof(complexf)),
- ModFormat((nullSize + (nbSymbols * symSize))
- * sizeof(complexf))),
+ ModCodec(),
d_nbSymbols(nbSymbols),
d_spacing(spacing),
d_nullSize(nullSize),
@@ -48,7 +46,6 @@ GuardIntervalInserter::GuardIntervalInserter(size_t nbSymbols,
if (d_nullSize) {
myHasNull = true;
- myInputFormat.size((d_nbSymbols + 1) * d_spacing * sizeof(complexf));
} else {
myHasNull = false;
}