aboutsummaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 733ecaa..2219643 100644
--- a/options.h
+++ b/options.h
@@ -16,6 +16,7 @@ typedef struct
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 enable_jack; /* 1=use JACK input, 2=use wav input */
}
options;