summaryrefslogtreecommitdiffstats
path: root/ext/hermes/yuv2yuv.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hermes/yuv2yuv.h')
-rw-r--r--ext/hermes/yuv2yuv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/hermes/yuv2yuv.h b/ext/hermes/yuv2yuv.h
index 66de03ad..e42894cf 100644
--- a/ext/hermes/yuv2yuv.h
+++ b/ext/hermes/yuv2yuv.h
@@ -22,7 +22,8 @@
#include <gst/gst.h>
-void gst_colorspace_yuy2_to_i420( guchar *src, guchar *dest, guint width, guint height);
+void gst_colorspace_yuy2_to_i420 (guchar *src, guchar *dest, guint width, guint height);
+void gst_colorspace_i420_to_yv12 (guchar *src, guchar *dest, guint width, guint height);
#endif