lame: cleanup unused instance struct fields
This commit is contained in:
parent
e21ba604a4
commit
e8cb13fea1
@ -90,13 +90,7 @@ struct _GstLame {
|
|||||||
gboolean emphasis;
|
gboolean emphasis;
|
||||||
gint preset;
|
gint preset;
|
||||||
|
|
||||||
/* track this so we don't send a last buffer in eos handler after error */
|
|
||||||
GstFlowReturn last_flow;
|
|
||||||
|
|
||||||
lame_global_flags *lgf;
|
lame_global_flags *lgf;
|
||||||
|
|
||||||
/* time tracker */
|
|
||||||
guint64 last_ts, last_offs, last_duration, eos_ts;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstLameClass {
|
struct _GstLameClass {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user