mirror of https://git.ffmpeg.org/ffmpeg.git
avdevice/v4l2enc: add video4linux2 name alias
Makes the v4l2 outdev name consistent with the v4l2 indev name. Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
parent
cd86c5dbcc
commit
98e18910a3
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue