Mercurial > audlegacy
changeset 446:61046bc4d0d6 trunk
[svn] vis fixes
author | nenolod |
---|---|
date | Mon, 16 Jan 2006 13:24:54 -0800 |
parents | be82408a657d |
children | 00f571260246 |
files | Plugins/Input/timidity/src/xmms-timidity.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/timidity/src/xmms-timidity.c Mon Jan 16 13:19:11 2006 -0800 +++ b/Plugins/Input/timidity/src/xmms-timidity.c Mon Jan 16 13:24:54 2006 -0800 @@ -265,7 +265,7 @@ buffer, buffer_size); if (bytes_read != 0) - produce_audio(xmmstimid_ip.output->output_time(), + produce_audio(mid_song_get_time(xmmstimid_song), fmt, xmmstimid_opts.channels, bytes_read, buffer, &xmmstimid_going); else xmmstimid_eof = TRUE;