level: remove obsolete liboil comment
authorStefan Sauer <ensonic@users.sf.net>
Tue, 24 Jul 2012 19:41:53 +0000 (21:41 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 24 Jul 2012 19:42:40 +0000 (21:42 +0200)
gst/level/gstlevel.c

index 8107acb..5fc5be6 100644 (file)
@@ -346,7 +346,6 @@ gst_level_calculate_##TYPE (gpointer data, guint num, guint channels,         \
                                                                               \
   normalizer = (gdouble) (G_GINT64_CONSTANT(1) << (RESOLUTION * 2));          \
                                                                               \
-  /* oil_squaresum_shifted_s16(&squaresum,in,num); */                         \
   for (j = 0; j < num; j += channels)                                         \
   {                                                                           \
     square = ((gdouble) in[j]) * in[j];                                       \