diff src/wav/wav.c @ 1998:8f3188746b64

chase last changeset in aud
author William Pitcock <nenolod@atheme.org>
date Mon, 08 Oct 2007 02:02:02 -0500
parents 7cadca1a29ec
children 2f2ffbc2d04d
line wrap: on
line diff
--- a/src/wav/wav.c	Sun Oct 07 18:22:16 2007 -0500
+++ b/src/wav/wav.c	Mon Oct 08 02:02:02 2007 -0500
@@ -246,7 +246,7 @@
                     playback->eof = TRUE;
                 else {
                     if (wav_file->seek_to == -1)
-                        produce_audio(playback->output->written_time(),
+                        playback->pass_audio(playback,
                                       (wav_file->bits_per_sample ==
                                        16) ? FMT_S16_LE : FMT_U8,
                                       wav_file->channels, bytes, data,