diff src/madplug/plugin.h @ 997:e46b98155d5d trunk

[svn] - fix a bug which counts number of frames twice in handling xing header. - now fileinfo dialog calculates play length even though TLEN tag exists so that it can overwrite wrong TLEN tag.
author yaz
date Tue, 01 May 2007 12:49:27 -0700
parents a8494c2a87eb
children 4993976d7ed0
line wrap: on
line diff
--- a/src/madplug/plugin.h	Tue May 01 10:38:27 2007 -0700
+++ b/src/madplug/plugin.h	Tue May 01 12:49:27 2007 -0700
@@ -52,7 +52,7 @@
     /* InputPlayback */
     InputPlayback *playback;
 
-    /* flags */
+    /* seek time */
     gulong seek;      /**< seek time in milliseconds */
 
     /* state */
@@ -98,7 +98,9 @@
     VFSFile *infile;
     gint offset;
 
+    /* flags */
     gboolean remote;
+    gboolean fileinfo_request;
 
 };