mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
spacespace: whitespace cleanups
This commit is contained in:
parent
4a40bd5936
commit
467fd98e5b
2 changed files with 1 additions and 2 deletions
|
@ -271,7 +271,6 @@ render_lines (GstBaseAudioVisualizer * base, guint32 * vdata, gint16 * adata,
|
|||
f2r_l += (f2r_m * CUTOFF_2); \
|
||||
} G_STMT_END
|
||||
|
||||
|
||||
static void
|
||||
render_color_dots (GstBaseAudioVisualizer * base, guint32 * vdata,
|
||||
gint16 * adata, guint num_samples)
|
||||
|
|
|
@ -42,7 +42,7 @@ struct _GstSpaceScope
|
|||
/* < private > */
|
||||
GstSpaceScopeProcessFunc process;
|
||||
gint style;
|
||||
|
||||
|
||||
/* filter specific data */
|
||||
gdouble f1l_l, f1l_m, f1l_h;
|
||||
gdouble f1r_l, f1r_m, f1r_h;
|
||||
|
|
Loading…
Reference in a new issue