]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/v4l2enc.c
lavd/avfoundation.m: Do not use transport controls for screen capture devices.
[ffmpeg] / libavdevice / v4l2enc.c
index 85200d0a3631463c1893ab2732860b629615ac4e..1c36f81f90b7083560394b51f60359a5cff1dc3f 100644 (file)
@@ -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,