level: remove unused variables in instance struct
authorStefan Sauer <ensonic@users.sf.net>
Sat, 1 Jun 2013 19:33:46 +0000 (21:33 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Sat, 1 Jun 2013 19:34:37 +0000 (21:34 +0200)
gst/level/gstlevel.h

index 85cb1c8..e6d927a 100644 (file)
@@ -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*);