aboutsummaryrefslogtreecommitdiffstats
path: root/libtoolame-dab/toolame.c
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-01-06 09:11:30 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-01-06 09:11:30 +0100
commitd04c019cef1d01c74820ce1d74c1965eec81c14e (patch)
tree2bd493407585374874600327d69d7a7661675ecd /libtoolame-dab/toolame.c
parenta27ccc7a5521bc5bb881758dd6e7418da7e71c52 (diff)
downloadODR-AudioEnc-d04c019cef1d01c74820ce1d74c1965eec81c14e.tar.gz
ODR-AudioEnc-d04c019cef1d01c74820ce1d74c1965eec81c14e.tar.bz2
ODR-AudioEnc-d04c019cef1d01c74820ce1d74c1965eec81c14e.zip
libtoolame-dab: move glopts to toolame.c
Diffstat (limited to 'libtoolame-dab/toolame.c')
-rw-r--r--libtoolame-dab/toolame.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libtoolame-dab/toolame.c b/libtoolame-dab/toolame.c
index 961561f..b15e555 100644
--- a/libtoolame-dab/toolame.c
+++ b/libtoolame-dab/toolame.c
@@ -23,6 +23,8 @@
Bit_stream_struc bs;
+options glopts;
+
const int FPAD_LENGTH=2;
void smr_dump(double smr[2][SBLIMIT], int nch);