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
6921272b
Commit
6921272b
authored
Oct 30, 2011
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavd: add v4l and v4l2 aliases.
parent
41f00e4a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
v4l.c
libavdevice/v4l.c
+1
-1
v4l2.c
libavdevice/v4l2.c
+1
-1
No files found.
libavdevice/v4l.c
View file @
6921272b
...
...
@@ -354,7 +354,7 @@ static const AVClass v4l_class = {
};
AVInputFormat
ff_v4l_demuxer
=
{
.
name
=
"video4linux"
,
.
name
=
"video4linux
,v4l
"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Video4Linux device grab"
),
.
priv_data_size
=
sizeof
(
VideoData
),
.
read_header
=
grab_read_header
,
...
...
libavdevice/v4l2.c
View file @
6921272b
...
...
@@ -705,7 +705,7 @@ static const AVClass v4l2_class = {
};
AVInputFormat
ff_v4l2_demuxer
=
{
.
name
=
"video4linux2"
,
.
name
=
"video4linux2
,v4l2
"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Video4Linux2 device grab"
),
.
priv_data_size
=
sizeof
(
struct
video_data
),
.
read_header
=
v4l2_read_header
,
...
...
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