Mercurial > audlegacy-plugins
comparison src/vorbis/vorbis.c @ 1998:8f3188746b64
chase last changeset in aud
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 08 Oct 2007 02:02:02 -0500 |
parents | b7bb2753677c |
children | 55f2fd232291 |
comparison
equal
deleted
inserted
replaced
1997:9d0f5be50219 | 1998:8f3188746b64 |
---|---|
393 return current_section; | 393 return current_section; |
394 | 394 |
395 if (seekneeded != -1) | 395 if (seekneeded != -1) |
396 do_seek(playback); | 396 do_seek(playback); |
397 | 397 |
398 produce_audio(playback->output->written_time(), | 398 playback->pass_audio(playback, FMT_S16_NE, channels, bytes, pcmout, &playback->playing); |
399 FMT_S16_NE, channels, bytes, pcmout, &playback->playing); | |
400 | 399 |
401 return current_section; | 400 return current_section; |
402 } | 401 } |
403 | 402 |
404 static gpointer | 403 static gpointer |