diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2002-12-07 15:28:24 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2002-12-07 15:28:24 +0000 |
commit | c99d5276814f768825e7990864c2182d520fead8 (patch) | |
tree | 09f41734d89a83e17982b71047ae5740e0a76721 /gst/modplug/gstmodplug.h | |
parent | 92f37b4e010e17471407760b0487d6f3f4ee3be3 (diff) | |
download | gst-plugins-bad-c99d5276814f768825e7990864c2182d520fead8.tar.gz gst-plugins-bad-c99d5276814f768825e7990864c2182d520fead8.tar.bz2 gst-plugins-bad-c99d5276814f768825e7990864c2182d520fead8.zip |
remove infinite loop code cleanup
Original commit message from CVS:
remove infinite loop
code cleanup
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r-- | gst/modplug/gstmodplug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h index f26ed127..110d2002 100644 --- a/gst/modplug/gstmodplug.h +++ b/gst/modplug/gstmodplug.h @@ -70,6 +70,7 @@ struct _GstModPlug { gint32 length; gboolean restart; gint64 seek_at; + guint64 total_samples; CSoundFile *mSoundFile; }; |