summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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