Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9fa0f6db
Commit
9fa0f6db
authored
Jul 27, 2008
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (8522): videodev2: Fix merge conflict
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
74b9ef21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/linux/videodev2.h
include/linux/videodev2.h
+2
-2
No files found.
include/linux/videodev2.h
View file @
9fa0f6db
...
...
@@ -330,8 +330,8 @@ struct v4l2_pix_format {
#define V4L2_PIX_FMT_PWC2 v4l2_fourcc('P', 'W', 'C', '2')
/* pwc newer webcam */
#define V4L2_PIX_FMT_ET61X251 v4l2_fourcc('E', '6', '2', '5')
/* ET61X251 compression */
#define V4L2_PIX_FMT_SPCA501 v4l2_fourcc('S', '5', '0', '1')
/* YUYV per line */
#define V4L2_PIX_FMT_SPCA505 v4l2_fourcc('S',
'5','0',
'5')
/* YYUV per line */
#define V4L2_PIX_FMT_SPCA508 v4l2_fourcc('S',
'5','0',
'8')
/* YUVY per line */
#define V4L2_PIX_FMT_SPCA505 v4l2_fourcc('S',
'5', '0',
'5')
/* YYUV per line */
#define V4L2_PIX_FMT_SPCA508 v4l2_fourcc('S',
'5', '0',
'8')
/* YUVY per line */
#define V4L2_PIX_FMT_SPCA561 v4l2_fourcc('S', '5', '6', '1')
/* compressed GBRG bayer */
#define V4L2_PIX_FMT_PAC207 v4l2_fourcc('P', '2', '0', '7')
/* compressed BGGR bayer */
...
...
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