diff src/flacng/plugin.c @ 1998:8f3188746b64

chase last changeset in aud
author William Pitcock <nenolod@atheme.org>
date Mon, 08 Oct 2007 02:02:02 -0500
parents 489e32a8e106
children 69c9f138611b
line wrap: on
line diff
--- a/src/flacng/plugin.c	Sun Oct 07 18:22:16 2007 -0500
+++ b/src/flacng/plugin.c	Mon Oct 08 02:02:02 2007 -0500
@@ -446,7 +446,7 @@
 
             _DEBUG("Copying %d samples to output plugin", sample_count);
 
-            produce_audio(flac_ip.output->written_time(), FMT_S16_NE, main_info->frame.channels, sample_count * sizeof(gint16), play_buffer, NULL);
+            playback->pass_audio(playback, FMT_S16_NE, main_info->frame.channels, sample_count * sizeof(gint16), play_buffer, NULL);
 
             read_pointer += sample_count;
             elements_left -= sample_count;