diff options
Diffstat (limited to 'gst/smpte/paint.h')
-rw-r--r-- | gst/smpte/paint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/smpte/paint.h b/gst/smpte/paint.h index d57e84b9..4eacbd59 100644 --- a/gst/smpte/paint.h +++ b/gst/smpte/paint.h @@ -34,5 +34,9 @@ void gst_smpte_paint_triangle_linear (guint32 *dest, gint stride, gint x1, gint y1, gint c1, gint x2, gint y2, gint c2); +void gst_smpte_paint_triangle_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__ */ |