diff src/madplug/decoder.c @ 1998:8f3188746b64

chase last changeset in aud
author William Pitcock <nenolod@atheme.org>
date Mon, 08 Oct 2007 02:02:02 -0500
parents a260bd1beef0
children 2f2ffbc2d04d
line wrap: on
line diff
--- a/src/madplug/decoder.c	Sun Oct 07 18:22:16 2007 -0500
+++ b/src/madplug/decoder.c	Mon Oct 08 02:02:02 2007 -0500
@@ -155,7 +155,7 @@
     assert(pos == olen);
     if (!info->playback->playing)
         return;
-    produce_audio(info->playback->output->written_time(),
+    info->playback->pass_audio(info->playback,
                   FMT_S16_LE, MAD_NCHANNELS(header), olen, output, &(info->playback->playing));
     if (!info->playback->playing)
         return;