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
46320667
Commit
46320667
authored
Feb 01, 2012
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix v4l pix_fmt mapping for rgb32: There is no transparency information.
parent
93a3ba9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
v4l2.c
libavdevice/v4l2.c
+1
-1
No files found.
libavdevice/v4l2.c
View file @
46320667
...
...
@@ -117,7 +117,7 @@ static struct fmt_map fmt_conversion_table[] = {
{
PIX_FMT_RGB565LE
,
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_BGR
A
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_BGR32
},
{
PIX_FMT_BGR
0
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_BGR32
},
{
PIX_FMT_GRAY8
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_GREY
},
{
PIX_FMT_NV12
,
CODEC_ID_RAWVIDEO
,
V4L2_PIX_FMT_NV12
},
{
PIX_FMT_NONE
,
CODEC_ID_MJPEG
,
V4L2_PIX_FMT_MJPEG
},
...
...
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