summaryrefslogtreecommitdiffstats
path: root/gst/smpte/paint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/smpte/paint.h')
-rw-r--r--gst/smpte/paint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/smpte/paint.h b/gst/smpte/paint.h
index 4eacbd59..4c34cf92 100644
--- a/gst/smpte/paint.h
+++ b/gst/smpte/paint.h
@@ -39,4 +39,9 @@ void gst_smpte_paint_triangle_clock (guint32 *dest, gint stride,
gint x1, gint y1, gint c1,
gint x2, gint y2, gint c2);
+void gst_smpte_paint_box_clock (guint32 *dest, gint stride,
+ gint x0, gint y0, gint c0,
+ gint x1, gint y1, gint c1,
+ gint x2, gint y2, gint c2);
+
#endif /* __GST_SMPTE_PAINT_H__ */