diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-10-22 21:46:20 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-10-22 21:46:20 +0200 |
commit | c463f360698ed9ca4af32a42ae0f56a7cc9185cb (patch) | |
tree | 7150d045b13f2afa7064afc8d9f44577bc37d99e /etisnoop.cpp | |
parent | 43c1ce04adecc91d23f99481ccb229607d837255 (diff) | |
download | etisnoop-c463f360698ed9ca4af32a42ae0f56a7cc9185cb.tar.gz etisnoop-c463f360698ed9ca4af32a42ae0f56a7cc9185cb.tar.bz2 etisnoop-c463f360698ed9ca4af32a42ae0f56a7cc9185cb.zip |
Add DAB+ Reed-Solomon decoding and error statistics print
Diffstat (limited to 'etisnoop.cpp')
-rw-r--r-- | etisnoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etisnoop.cpp b/etisnoop.cpp index 8f95455..9503e6f 100644 --- a/etisnoop.cpp +++ b/etisnoop.cpp @@ -596,7 +596,7 @@ int main(int argc, char *argv[]) switch (ch) { case 'd': { - int subchix = atoi(optarg); + int subchix = atoi(optarg); DabPlusSnoop dps; streams_to_decode[subchix] = dps; } |