mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
lame: cleanup unused instance struct fields
This commit is contained in:
parent
4ca166c84e
commit
9cc793c10b
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue