Mercurial > audlegacy-plugins
changeset 932:a5752784d87b trunk
[svn] - chase audacious r4268 (patch by Joker).
author | nenolod |
---|---|
date | Tue, 10 Apr 2007 14:19:15 -0700 |
parents | b6c95e2a14f4 |
children | 35ec41daad52 |
files | ChangeLog src/cue/cuesheet.c |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Apr 09 11:12:20 2007 -0700 +++ b/ChangeLog Tue Apr 10 14:19:15 2007 -0700 @@ -1,3 +1,13 @@ +2007-04-09 18:12:20 +0000 Ralf Ertzinger <ralf@skytale.net> + revision [1990] + + - Implement seek support for files without a seektable + + trunk/src/flacng/plugin.c | 20 ++++++++------------ + trunk/src/flacng/seekable_stream_callbacks.c | 25 +++++++++++++++++++++++-- + 2 files changed, 31 insertions(+), 14 deletions(-) + + 2007-04-09 17:55:23 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [1988] - initial import of flacng from audacious-flacng-0.012
--- a/src/cue/cuesheet.c Mon Apr 09 11:12:20 2007 -0700 +++ b/src/cue/cuesheet.c Tue Apr 10 14:19:15 2007 -0700 @@ -623,7 +623,7 @@ time > cue_tracks[last_cue_track].index) ){ // may not happen. for safety. if(!real_ip->output->buffer_playing()) { gint pos = playlist_get_position(playlist); - if (pos + 1 == playlist_get_length_nolock(playlist)) { + if (pos + 1 == playlist_get_length(playlist)) { #ifdef DEBUG g_print("i: watchdog eof reached\n\n"); #endif