diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-12-22 17:45:26 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-12-22 17:45:26 +0100 |
commit | 7caf4423145b5b2629502f8d227dc348bd232887 (patch) | |
tree | d65211c57149b4dfea0366b69dfc69ee6b7df41e /src/utils.h | |
parent | ab2442bd9f1139b2abe8e26a593785703b78d58c (diff) | |
download | ODR-AudioEnc-7caf4423145b5b2629502f8d227dc348bd232887.tar.gz ODR-AudioEnc-7caf4423145b5b2629502f8d227dc348bd232887.tar.bz2 ODR-AudioEnc-7caf4423145b5b2629502f8d227dc348bd232887.zip |
Fix level indication in mono
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 7cd9a96..c75935f 100644 --- a/src/utils.h +++ b/src/utils.h @@ -14,7 +14,7 @@ /* Calculate the little string containing a bargraph * 'VU-meter' from the peak value measured */ -const char* level(int channel, int* peak); +const char* level(int channel, int peak); /* This defines the on-wire representation of a ZMQ message header. * |