lame: cleanup unused instance struct fields

This commit is contained in:
Mark Nauwelaerts 2011-12-26 16:34:01 +01:00
parent e21ba604a4
commit e8cb13fea1

View 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 {