mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
colorspace: Add comment for the A420 getline/putline table row
This commit is contained in:
parent
d8027b4e67
commit
c1027a72fe
1 changed files with 1 additions and 3 deletions
|
@ -620,8 +620,6 @@ putline_UYVP (ColorspaceConvert * convert, guint8 * dest, const guint8 * src,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
GstVideoFormat format;
|
GstVideoFormat format;
|
||||||
|
@ -665,9 +663,9 @@ static const ColorspaceLine lines[] = {
|
||||||
//{GST_VIDEO_FORMAT_RGB15, getline_RGB15, putline_RGB15},
|
//{GST_VIDEO_FORMAT_RGB15, getline_RGB15, putline_RGB15},
|
||||||
//{GST_VIDEO_FORMAT_BGR15, getline_BGR15, putline_BGR15},
|
//{GST_VIDEO_FORMAT_BGR15, getline_BGR15, putline_BGR15},
|
||||||
{GST_VIDEO_FORMAT_UYVP, getline_UYVP, putline_UYVP}
|
{GST_VIDEO_FORMAT_UYVP, getline_UYVP, putline_UYVP}
|
||||||
|
//{GST_VIDEO_FORMAT_A420, getline_A420, putline_A420}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
matrix_rgb2yuv (ColorspaceConvert * convert)
|
matrix_rgb2yuv (ColorspaceConvert * convert)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue