summaryrefslogtreecommitdiffstats
path: root/libtoolame-dab/toolame.c
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-02-05 15:30:40 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-02-05 15:30:40 +0100
commit9cbc128a740105ffb0289e0bf2ea2cd788d132ae (patch)
tree66035870cadf2c73b4321bf85433b509e79cfab1 /libtoolame-dab/toolame.c
parent04439446eec8ba884addc7ab3a1ba816ee42f223 (diff)
downloadODR-AudioEnc-9cbc128a740105ffb0289e0bf2ea2cd788d132ae.tar.gz
ODR-AudioEnc-9cbc128a740105ffb0289e0bf2ea2cd788d132ae.tar.bz2
ODR-AudioEnc-9cbc128a740105ffb0289e0bf2ea2cd788d132ae.zip
Remove toolame downmix as it is unused
Diffstat (limited to 'libtoolame-dab/toolame.c')
-rw-r--r--libtoolame-dab/toolame.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libtoolame-dab/toolame.c b/libtoolame-dab/toolame.c
index 4e0c7d8..1f874e3 100644
--- a/libtoolame-dab/toolame.c
+++ b/libtoolame-dab/toolame.c
@@ -35,7 +35,6 @@ void global_init (void)
glopts.usepadbit = TRUE;
glopts.quickmode = FALSE;
glopts.quickcount = 10;
- glopts.downmix = FALSE;
glopts.byteswap = FALSE;
glopts.vbr = FALSE;
glopts.vbrlevel = 0;
@@ -166,14 +165,6 @@ int toolame_finish(
return bs.output_buffer_written;
}
-int toolame_enable_downmix_stereo(void)
-{
- glopts.downmix = TRUE;
- header.mode = MPG_MD_MONO;
- header.mode_ext = 0;
- return 0;
-}
-
int toolame_enable_byteswap(void)
{
glopts.byteswap = TRUE;