Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
93a3ba9b
Commit
93a3ba9b
authored
Feb 01, 2012
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pix_fmt mapping for v4l2 rgb5x5.
parent
d76864d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
v4l2.c
libavdevice/v4l2.c
+2
-2
No files found.
libavdevice/v4l2.c
View file @
93a3ba9b
...
...
@@ -113,8 +113,8 @@ static struct fmt_map fmt_conversion_table[] = {
{
PIX_FMT_UYVY422
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_UYVY
},
{
PIX_FMT_YUV411P
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_YUV411P
},
{
PIX_FMT_YUV410P
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_YUV410
},
{
PIX_FMT_RGB555
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_RGB555
},
{
PIX_FMT_RGB565
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_RGB565
},
{
PIX_FMT_RGB555
LE
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_RGB555
},
{
PIX_FMT_RGB565
LE
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_RGB565
},
{
PIX_FMT_BGR24
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_BGR24
},
{
PIX_FMT_RGB24
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_RGB24
},
{
PIX_FMT_BGRA
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_BGR32
},
...
...
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