From 9251ed656ad51ab6ae43b4076de16c9b335fa23d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 21 Jun 2002 18:29:13 +0000 Subject: Fixed problem with color conversion Original commit message from CVS: Fixed problem with color conversion Added conversion between YV12 and I420 --- ext/hermes/yuv2yuv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/hermes/yuv2yuv.h') 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 -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 -- cgit v1.2.1