mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
gaudieffects: declare floor and ceiling as constants
This commit is contained in:
parent
381eb9537c
commit
267bc774ec
1 changed files with 2 additions and 2 deletions
|
@ -314,8 +314,8 @@ transform (guint32 * src, guint32 * dest, gint video_area,
|
|||
guint32 in;
|
||||
guint32 color[3];
|
||||
gint x, c;
|
||||
gint floor = 0;
|
||||
gint ceiling = 255;
|
||||
static const guint floor = 0;
|
||||
static const guint ceiling = 255;
|
||||
|
||||
gint period, up_length, down_length, height_scale, param;
|
||||
|
||||
|
|
Loading…
Reference in a new issue