diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-06 11:35:35 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-06 11:35:35 +0100 |
commit | 3633bcc99aedda5d9ea36c143fa339139c763d3e (patch) | |
tree | 6c296bee8cfb6aabb292fe6fc040708c7e4d2e7a /src/FicSource.h | |
parent | 67c82c97dfcfc68d4bd71f5773d21c34c8733c83 (diff) | |
download | dabmod-3633bcc99aedda5d9ea36c143fa339139c763d3e.tar.gz dabmod-3633bcc99aedda5d9ea36c143fa339139c763d3e.tar.bz2 dabmod-3633bcc99aedda5d9ea36c143fa339139c763d3e.zip |
Replace EDI-to-ETI converter with a dedicated EDI source
Diffstat (limited to 'src/FicSource.h')
-rw-r--r-- | src/FicSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FicSource.h b/src/FicSource.h index cb1d3a8..77ac741 100644 --- a/src/FicSource.h +++ b/src/FicSource.h @@ -39,7 +39,7 @@ class FicSource : public ModInput { public: - FicSource(eti_FC &fc); + FicSource(unsigned ficf, unsigned mid); size_t getFramesize(); const std::vector<PuncturingRule>& get_rules(); |