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/gstcolorspace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/hermes/gstcolorspace.h') diff --git a/ext/hermes/gstcolorspace.h b/ext/hermes/gstcolorspace.h index 1b89d603..37a80c5c 100644 --- a/ext/hermes/gstcolorspace.h +++ b/ext/hermes/gstcolorspace.h @@ -59,6 +59,7 @@ typedef enum { GST_COLORSPACE_YUY2_I420, GST_COLORSPACE_RGB32_I420, GST_COLORSPACE_RGB32_YV12, + GST_COLORSPACE_420_SWAP, } GstColorSpaceConverterType; struct _GstColorspace { -- cgit v1.2.1