diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-05 15:30:40 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-05 15:30:40 +0100 |
commit | 9cbc128a740105ffb0289e0bf2ea2cd788d132ae (patch) | |
tree | 66035870cadf2c73b4321bf85433b509e79cfab1 /libtoolame-dab/options.h | |
parent | 04439446eec8ba884addc7ab3a1ba816ee42f223 (diff) | |
download | ODR-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/options.h')
-rw-r--r-- | libtoolame-dab/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtoolame-dab/options.h b/libtoolame-dab/options.h index ea4d0e4..497f304 100644 --- a/libtoolame-dab/options.h +++ b/libtoolame-dab/options.h @@ -11,7 +11,6 @@ typedef struct int usepadbit; /* TRUE by default, use a padding bit */ int quickmode; /* FALSE calculate psy model for every frame */ int quickcount; /* 10 when quickmode = TRUE, calculate psymodel every 10th frame */ - int downmix; /* FALSE downmix from stereo to mono */ int byteswap; /* FALSE swap the bytes */ int dab; /* FALSE DAB extensions */ int vbr; /* FALSE switch for VBR mode */ |