Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
5f2f053c
Commit
5f2f053c
authored
Oct 31, 2010
by
Sebastian Dröge
Committed by
Wim Taymans
Jun 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOVED FROM BAD 38/68] colorspace: Add comment for the A420 getline/putline table row
parent
d75118e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
gst/colorspace/colorspace.c
gst/colorspace/colorspace.c
+1
-3
No files found.
gst/colorspace/colorspace.c
View file @
5f2f053c
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment