Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2018-06-15 00:12:27 +0300
committerLou Logan <lou@lrcd.com>2018-06-19 03:26:23 +0300
commit98e18910a3f19a1139654b2d14d0f3b2b3625cd1 (patch)
tree5ce7d71888d47f8d2d34217be36b5528cb3d14ff /libavdevice
parentcd86c5dbcca5e79c979a6a04da25155ccf17f843 (diff)
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 85200d0a36..1c36f81f90 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,