Commit header changes too
authorWim Taymans <wim.taymans@gmail.com>
Sun, 2 Mar 2003 10:49:54 +0000 (10:49 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 2 Mar 2003 10:49:54 +0000 (10:49 +0000)
Original commit message from CVS:
Commit header changes too

gst/wavparse/gstwavparse.h

index 33752d5..3c09734 100644 (file)
@@ -79,6 +79,8 @@ struct _GstWavParse {
   gint width;
 
   gint64 offset;
+  gint64 datastart;
+  gboolean need_discont;
 };
 
 struct _GstWavParseClass {