Mercurial > audlegacy-plugins
diff src/alac/plugin.c @ 58:d42917f142b5 trunk
[svn] - remove debugging notices
| author | nenolod |
|---|---|
| date | Sat, 30 Sep 2006 21:11:48 -0700 |
| parents | 96901271d2e2 |
| children | 72ad216a01ac |
line wrap: on
line diff
--- a/src/alac/plugin.c Sat Sep 30 20:58:51 2006 -0700 +++ b/src/alac/plugin.c Sat Sep 30 21:11:48 2006 -0700 @@ -46,9 +46,6 @@ static int input_opened = 0; static stream_t *input_stream; -static int write_wav_format = 0; -static int verbose = 1; - gpointer decode_thread(void *args); static GThread *playback_thread; @@ -216,13 +213,8 @@ /* write */ bytes_read += outputBytes; - if (verbose) - fprintf(stderr, "read %i bytes. total: %i\n", outputBytes, bytes_read); - produce_audio(alac_ip.output->written_time(), FMT_S16_LE, demux_res->num_channels, outputBytes, pDestBuffer, &going); } - if (verbose) - fprintf(stderr, "done reading, read %i frames\n", i); } static void init_sound_converter(demux_res_t *demux_res)
