Skip to content
Snippets Groups Projects
Commit 98e18910 authored by Lou Logan's avatar Lou Logan
Browse files

avdevice/v4l2enc: add video4linux2 name alias


Makes the v4l2 outdev name consistent with the v4l2 indev name.

Signed-off-by: default avatarLou Logan <lou@lrcd.com>
parent cd86c5db
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ static const AVClass v4l2_class = { ...@@ -106,7 +106,7 @@ static const AVClass v4l2_class = {
}; };
AVOutputFormat ff_v4l2_muxer = { AVOutputFormat ff_v4l2_muxer = {
.name = "v4l2", .name = "video4linux2,v4l2",
.long_name = NULL_IF_CONFIG_SMALL("Video4Linux2 output device"), .long_name = NULL_IF_CONFIG_SMALL("Video4Linux2 output device"),
.priv_data_size = sizeof(V4L2Context), .priv_data_size = sizeof(V4L2Context),
.audio_codec = AV_CODEC_ID_NONE, .audio_codec = AV_CODEC_ID_NONE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment