lame: cleanup unused instance struct fields
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 26 Dec 2011 15:34:01 +0000 (16:34 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 26 Dec 2011 17:28:58 +0000 (18:28 +0100)
ext/lame/gstlame.h

index b84cca3..6755e71 100644 (file)
@@ -90,13 +90,7 @@ struct _GstLame {
   gboolean emphasis;
   gint preset;
 
-  /* track this so we don't send a last buffer in eos handler after error */
-  GstFlowReturn  last_flow;
-
   lame_global_flags *lgf;
-
-  /* time tracker */
-  guint64 last_ts, last_offs, last_duration, eos_ts;
 };
 
 struct _GstLameClass {