From c99d5276814f768825e7990864c2182d520fead8 Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sat, 7 Dec 2002 15:28:24 +0000 Subject: remove infinite loop code cleanup Original commit message from CVS: remove infinite loop code cleanup --- gst/modplug/gstmodplug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/modplug/gstmodplug.h') 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; }; -- cgit v1.2.1