summaryrefslogtreecommitdiffstats
path: root/libtoolame-dab/toolame.c
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-03-07 21:32:53 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-03-07 21:32:53 +0100
commit3fbf8b0332418cbf019c23e6bed9b7d9708e6784 (patch)
tree9b872a3b3f3f2fdd5321444207c6bdc3c4d280f2 /libtoolame-dab/toolame.c
parent4adcfd1aba980d7d50bff824dded9de4f71d6857 (diff)
downloadODR-AudioEnc-3fbf8b0332418cbf019c23e6bed9b7d9708e6784.tar.gz
ODR-AudioEnc-3fbf8b0332418cbf019c23e6bed9b7d9708e6784.tar.bz2
ODR-AudioEnc-3fbf8b0332418cbf019c23e6bed9b7d9708e6784.zip
Remove channelswap and input_select from toolame
Diffstat (limited to 'libtoolame-dab/toolame.c')
-rw-r--r--libtoolame-dab/toolame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libtoolame-dab/toolame.c b/libtoolame-dab/toolame.c
index 1c18497..c975e4b 100644
--- a/libtoolame-dab/toolame.c
+++ b/libtoolame-dab/toolame.c
@@ -35,12 +35,10 @@ void global_init (void)
glopts.quickcount = 10;
glopts.downmix = FALSE;
glopts.byteswap = FALSE;
- glopts.channelswap = FALSE;
glopts.vbr = FALSE;
glopts.vbrlevel = 0;
glopts.athlevel = 0;
glopts.verbosity = 2;
- glopts.input_select = 0;
}
/************************************************************************