diff src/madplug/plugin.h @ 807:0f9c8d4d3ac4 trunk

[svn] - make use of new millisecond seek API.
author yaz
date Mon, 12 Mar 2007 11:03:24 -0700
parents 19e08e104ba6
children a8494c2a87eb
line wrap: on
line diff
--- a/src/madplug/plugin.h	Mon Mar 12 10:59:21 2007 -0700
+++ b/src/madplug/plugin.h	Mon Mar 12 11:03:24 2007 -0700
@@ -53,7 +53,7 @@
     InputPlayback *playback;
 
     /* flags */
-    gint seek;      /**< seek time in seconds */
+    gulong seek;      /**< seek time in milliseconds */
 
     /* state */
     guint current_frame;/**< current mp3 frame */