aboutsummaryrefslogtreecommitdiffstats
path: root/toolame.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolame.c')
-rw-r--r--toolame.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolame.c b/toolame.c
index 51cf1e1..8d18b44 100644
--- a/toolame.c
+++ b/toolame.c
@@ -26,6 +26,7 @@
#include "xpad.h"
#include "utils.h"
#include "vlc_input.h"
+#include "zmqoutput.h"
#include <assert.h>
@@ -541,6 +542,8 @@ int main (int argc, char **argv)
peak_right = 0;
}
+ fprintf(stdout, "Main loop has quit with samps_read = %zu\n", samps_read);
+
close_bit_stream_w (&bs);
if ((glopts.verbosity > 1) && (glopts.vbr == TRUE)) {