mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
level: remove unused variables in instance struct
This commit is contained in:
parent
19b23d3b90
commit
bcf1bba689
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ struct _GstLevel {
|
|||
gdouble *last_peak; /* last normalized Peak value over interval */
|
||||
gdouble *decay_peak; /* running decaying normalized Peak */
|
||||
gdouble *decay_peak_base; /* value of last peak we are decaying from */
|
||||
gdouble *MS; /* normalized Mean Square of buffer */
|
||||
gdouble *RMS_dB; /* RMS in dB to emit */
|
||||
GstClockTime *decay_peak_age; /* age of last peak */
|
||||
|
||||
void (*process)(gpointer, guint, guint, gdouble*, gdouble*);
|
||||
|
|
Loading…
Reference in a new issue