]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Use more descriptive long_names for Video4Linux input devices.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 26 Dec 2008 11:23:50 +0000 (11:23 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 26 Dec 2008 11:23:50 +0000 (11:23 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16322 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavdevice/v4l.c
libavdevice/v4l2.c

index 4a5328ade49db3242bfbde4ee7ef8cad581d4769..b350adb0cd21c70242c96e18a5fe674771d359a6 100644 (file)
@@ -339,7 +339,7 @@ static int grab_read_close(AVFormatContext *s1)
 
 AVInputFormat v4l_demuxer = {
     "video4linux",
-    NULL_IF_CONFIG_SMALL("video grab"),
+    NULL_IF_CONFIG_SMALL("Video4Linux device grab"),
     sizeof(VideoData),
     NULL,
     grab_read_header,
index dc0a22d9ba81daa4d1cb703aea8d30e0494fd564..6819d9cc9f7420f94729bc1103fe1b41b82d70f3 100644 (file)
@@ -651,7 +651,7 @@ static int v4l2_read_close(AVFormatContext *s1)
 
 AVInputFormat v4l2_demuxer = {
     "video4linux2",
-    NULL_IF_CONFIG_SMALL("video grab"),
+    NULL_IF_CONFIG_SMALL("Video4Linux2 device grab"),
     sizeof(struct video_data),
     NULL,
     v4l2_read_header,