changeset 568:8c64b5abdcda trunk

[svn] - fix seek() routine for InputPlayback API.
author nenolod
date Mon, 29 Jan 2007 03:34:57 -0800
parents 1e987b380776
children d401f87f89f7
files ChangeLog src/tta/aud-tta.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 29 03:33:15 2007 -0800
+++ b/ChangeLog	Mon Jan 29 03:34:57 2007 -0800
@@ -1,3 +1,12 @@
+2007-01-29 11:33:15 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1220]
+  - update to new plugin API
+  
+  trunk/src/musepack/libmpc.cxx |   22 +++++++++++-----------
+  trunk/src/musepack/libmpc.h   |   10 +++++-----
+  2 files changed, 16 insertions(+), 16 deletions(-)
+
+
 2007-01-29 11:26:26 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1218]
   - update to new input plugin API
--- a/src/tta/aud-tta.c	Mon Jan 29 03:33:15 2007 -0800
+++ b/src/tta/aud-tta.c	Mon Jan 29 03:34:57 2007 -0800
@@ -571,7 +571,7 @@
 }
 
 static void
-seek (int time)
+seek (InputPlayback *data, int time)
 {
     if (playing)
     {