diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-09-22 21:38:37 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-09-22 21:38:37 +0200 |
commit | 01bcfc5d692236bffeec5b8de2c27138e71d2bd6 (patch) | |
tree | caeef2a186acb074388484f78c4445353afe5ac1 /options.h | |
parent | a0bbc1d61bff38e5db76d3e11813551977411543 (diff) | |
download | toolame-dab-01bcfc5d692236bffeec5b8de2c27138e71d2bd6.tar.gz toolame-dab-01bcfc5d692236bffeec5b8de2c27138e71d2bd6.tar.bz2 toolame-dab-01bcfc5d692236bffeec5b8de2c27138e71d2bd6.zip |
Add -L option to print level
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ typedef struct 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 */ + int show_level; /* 1=show the sox-like audio level measurement */ } options; |