diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-13 16:15:57 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-13 16:15:57 +0100 |
commit | 7c8ae25ba83fc658dfbe4cd468bb1bdfd3513c74 (patch) | |
tree | 642bf09c71e44271245d077442c3f8fd620fd18f /src/DabMod.cpp | |
parent | ea5594186bafa5489d6086a26d71b8f3d1ccf9cd (diff) | |
download | dabmod-7c8ae25ba83fc658dfbe4cd468bb1bdfd3513c74.tar.gz dabmod-7c8ae25ba83fc658dfbe4cd468bb1bdfd3513c74.tar.bz2 dabmod-7c8ae25ba83fc658dfbe4cd468bb1bdfd3513c74.zip |
Integrate timestampdecoder into EDI input
Diffstat (limited to 'src/DabMod.cpp')
-rw-r--r-- | src/DabMod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DabMod.cpp b/src/DabMod.cpp index ac7842f..44951d7 100644 --- a/src/DabMod.cpp +++ b/src/DabMod.cpp @@ -699,7 +699,7 @@ int launch_modulator(int argc, char* argv[]) } - EdiReader ediReader; + EdiReader ediReader(tist_offset_s, tist_delay_stages); EdiDecoder::ETIDecoder ediInput(ediReader); if (edi_max_delay_ms > 0.0f) { // setMaxDelay wants number of AF packets, which correspond to 24ms ETI frames |