summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/blend_ayuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videomixer/blend_ayuv.c')
-rw-r--r--gst/videomixer/blend_ayuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videomixer/blend_ayuv.c b/gst/videomixer/blend_ayuv.c
index 072773a7..7cbe1546 100644
--- a/gst/videomixer/blend_ayuv.c
+++ b/gst/videomixer/blend_ayuv.c
@@ -237,7 +237,7 @@ void
gst_videomixer_fill_ayuv_checker (guint8 * dest, gint width, gint height)
{
gint i, j;
- static int tab[] = { 80, 160, 80, 160 };
+ static const int tab[] = { 80, 160, 80, 160 };
for (i = 0; i < height; i++) {
for (j = 0; j < width; j++) {