]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
lame: cleanup unused instance struct fields
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 26 Dec 2011 15:34:01 +0000 (16:34 +0100)
committerNikhil Devshatwar <a0132237@ti.com>
Fri, 17 May 2013 09:40:52 +0000 (15:10 +0530)
ext/lame/gstlame.h

index b84cca3f3d54ee8179e794f416dbcd90a844e6ee..6755e718aab12325c37606866d0ca896fd3081fd 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 {