diff src/alac/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 2f2ffbc2d04d
line wrap: on
line diff
--- a/src/alac/plugin.c	Sun Oct 07 18:22:16 2007 -0500
+++ b/src/alac/plugin.c	Mon Oct 08 02:02:02 2007 -0500
@@ -285,7 +285,7 @@
         /* write */
         bytes_read += outputBytes;
 
-        produce_audio(playback->output->written_time(), FMT_S16_LE, demux_res->num_channels, outputBytes, pDestBuffer, &going);
+        playback->pass_audio(playback, FMT_S16_LE, demux_res->num_channels, outputBytes, pDestBuffer, &going);
     }
 
     free(buffer);