From 3fbf8b0332418cbf019c23e6bed9b7d9708e6784 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 7 Mar 2016 21:32:53 +0100 Subject: Remove channelswap and input_select from toolame --- libtoolame-dab/options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libtoolame-dab/options.h') 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; -- cgit v1.2.3