summaryrefslogtreecommitdiffstats
path: root/libavdevice
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2018-06-14 13:12:27 -0800
committerLou Logan <lou@lrcd.com>2018-06-18 16:26:23 -0800
commit98e18910a3f19a1139654b2d14d0f3b2b3625cd1 (patch)
tree5ce7d71888d47f8d2d34217be36b5528cb3d14ff /libavdevice
parentcd86c5dbcca5e79c979a6a04da25155ccf17f843 (diff)
downloadffmpeg-streaming-98e18910a3f19a1139654b2d14d0f3b2b3625cd1.zip
ffmpeg-streaming-98e18910a3f19a1139654b2d14d0f3b2b3625cd1.tar.gz
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>
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/v4l2enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/v4l2enc.c b/libavdevice/v4l2enc.c
index 85200d0..1c36f81 100644
--- a/libavdevice/v4l2enc.c
+++ b/libavdevice/v4l2enc.c
@@ -106,7 +106,7 @@ static const AVClass v4l2_class = {
};
AVOutputFormat ff_v4l2_muxer = {
- .name = "v4l2",
+ .name = "video4linux2,v4l2",
.long_name = NULL_IF_CONFIG_SMALL("Video4Linux2 output device"),
.priv_data_size = sizeof(V4L2Context),
.audio_codec = AV_CODEC_ID_NONE,
OpenPOWER on IntegriCloud