diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-22 17:17:30 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-22 17:17:30 +0100 |
commit | 750bcb896be7ab84cc30de58aba4c4620dfcf54b (patch) | |
tree | d10ce58e1fe66ea4287c11d7221a570d8f8daf7a /src/utils.cpp | |
parent | 479b106611539785a92cd77bbf3124c26501fce2 (diff) | |
download | dabmux-750bcb896be7ab84cc30de58aba4c4620dfcf54b.tar.gz dabmux-750bcb896be7ab84cc30de58aba4c4620dfcf54b.tar.bz2 dabmux-750bcb896be7ab84cc30de58aba4c4620dfcf54b.zip |
Add local-time-offset and intl. table options
Diffstat (limited to 'src/utils.cpp')
-rw-r--r-- | src/utils.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 1cbd9d5..5d67595 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -451,5 +451,8 @@ void printEnsemble(dabEnsemble* ensemble) etiLog.log(info, " (0x%x)", ensemble->label.flag()); etiLog.log(info, " mode: %u", ensemble->mode); + etiLog.log(info, " lto: %f", 2.0 * ensemble->lto); + etiLog.log(info, " intl. table. %d", ensemble->international_table); + } |