mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
level: remove obsolete liboil comment
This commit is contained in:
parent
1a46572aaa
commit
242321e376
1 changed files with 0 additions and 1 deletions
|
@ -346,7 +346,6 @@ gst_level_calculate_##TYPE (gpointer data, guint num, guint channels, \
|
||||||
\
|
\
|
||||||
normalizer = (gdouble) (G_GINT64_CONSTANT(1) << (RESOLUTION * 2)); \
|
normalizer = (gdouble) (G_GINT64_CONSTANT(1) << (RESOLUTION * 2)); \
|
||||||
\
|
\
|
||||||
/* oil_squaresum_shifted_s16(&squaresum,in,num); */ \
|
|
||||||
for (j = 0; j < num; j += channels) \
|
for (j = 0; j < num; j += channels) \
|
||||||
{ \
|
{ \
|
||||||
square = ((gdouble) in[j]) * in[j]; \
|
square = ((gdouble) in[j]) * in[j]; \
|
||||||
|
|
Loading…
Reference in a new issue