diff options
Diffstat (limited to 'src/SubchannelSource.cpp')
-rw-r--r-- | src/SubchannelSource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SubchannelSource.cpp b/src/SubchannelSource.cpp index 39b1e07..14d6399 100644 --- a/src/SubchannelSource.cpp +++ b/src/SubchannelSource.cpp @@ -61,7 +61,7 @@ const std::vector<PuncturingRule*>& SubchannelSource::get_rules() SubchannelSource::SubchannelSource(eti_STC &stc) : - ModInput(ModFormat(0), ModFormat(stc.getSTL() * 8)), + ModInput(), d_start_address(stc.getStartAddress()), d_framesize(stc.getSTL() * 8), d_protection(stc.TPL) |