aboutsummaryrefslogtreecommitdiffstats
path: root/zmqoutput.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-09-22 21:38:37 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-09-22 21:38:37 +0200
commit01bcfc5d692236bffeec5b8de2c27138e71d2bd6 (patch)
treecaeef2a186acb074388484f78c4445353afe5ac1 /zmqoutput.h
parenta0bbc1d61bff38e5db76d3e11813551977411543 (diff)
downloadtoolame-dab-01bcfc5d692236bffeec5b8de2c27138e71d2bd6.tar.gz
toolame-dab-01bcfc5d692236bffeec5b8de2c27138e71d2bd6.tar.bz2
toolame-dab-01bcfc5d692236bffeec5b8de2c27138e71d2bd6.zip
Add -L option to print level
Diffstat (limited to 'zmqoutput.h')
-rw-r--r--zmqoutput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zmqoutput.h b/zmqoutput.h
index a4eb556..36b8e9b 100644
--- a/zmqoutput.h
+++ b/zmqoutput.h
@@ -28,5 +28,7 @@ int zmqoutput_write_byte(Bit_stream_struc *bs, unsigned char data);
void zmqoutput_close(Bit_stream_struc *bs);
+void zmqoutput_set_peaks(int left, int right);
+
#endif