diff options
Diffstat (limited to 'toolame.c')
-rw-r--r-- | toolame.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)) { |