summaryrefslogtreecommitdiff
path: root/libavdevice/v4l.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-12-26 11:23:50 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-12-26 11:23:50 +0000
commitdf2a3f2714af1c6f8d45ea95f05be6b05eb7672f (patch)
treea2ebc4a27ee9f3c45c5ace3588f3c679767573e1 /libavdevice/v4l.c
parentb8d62672f658d655f378cd4445f3282329ee502d (diff)
Use more descriptive long_names for Video4Linux input devices.
Originally committed as revision 16322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/v4l.c')
-rw-r--r--libavdevice/v4l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/v4l.c b/libavdevice/v4l.c
index 4a5328ade4..b350adb0cd 100644
--- a/libavdevice/v4l.c
+++ b/libavdevice/v4l.c
@@ -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,