aboutsummaryrefslogtreecommitdiffstats
path: root/libtoolame-dab/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtoolame-dab/options.h')
-rw-r--r--libtoolame-dab/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libtoolame-dab/options.h b/libtoolame-dab/options.h
index 899a6f1..b12e549 100644
--- a/libtoolame-dab/options.h
+++ b/libtoolame-dab/options.h
@@ -13,14 +13,12 @@ typedef struct
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 channelswap; /* FALSE swap the channels */
int dab; /* FALSE DAB extensions */
int vbr; /* FALSE switch for VBR mode */
float vbrlevel; /* 0 level of VBR . higher is better */
float athlevel; /* 0 extra argument to the ATH equation -
used for VBR in LAME */
int verbosity; /* 2 by default. 0 is no output at all */
- int input_select; /* 1=use JACK input, 2=use wav input, 3=use VLC input */
int show_level; /* 1=show the sox-like audio level measurement */
}
options;