summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-10-31 22:21:35 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-10-31 22:21:35 +0100
commitc1027a72fe5ebd3867ef0b1f538e3ba7b4e71865 (patch)
treeb8d894dbadd3bc0b9b64ee7b17a4b198b3438613
parentd8027b4e67a9c3ad3dd34fe64cce37f1ee4068ac (diff)
colorspace: Add comment for the A420 getline/putline table row
-rw-r--r--gst/colorspace/colorspace.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/colorspace/colorspace.c b/gst/colorspace/colorspace.c
index de3e8f82a..19407bf85 100644
--- a/gst/colorspace/colorspace.c
+++ b/gst/colorspace/colorspace.c
@@ -620,8 +620,6 @@ putline_UYVP (ColorspaceConvert * convert, guint8 * dest, const guint8 * src,
}
}
-
-
typedef struct
{
GstVideoFormat format;
@@ -665,9 +663,9 @@ static const ColorspaceLine lines[] = {
//{GST_VIDEO_FORMAT_RGB15, getline_RGB15, putline_RGB15},
//{GST_VIDEO_FORMAT_BGR15, getline_BGR15, putline_BGR15},
{GST_VIDEO_FORMAT_UYVP, getline_UYVP, putline_UYVP}
+ //{GST_VIDEO_FORMAT_A420, getline_A420, putline_A420}
};
-
static void
matrix_rgb2yuv (ColorspaceConvert * convert)
{