You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavd: add v4l and v4l2 aliases.
This commit is contained in:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user