Commit d4efbb6e authored by stefano's avatar stefano

Use more descriptive long_names for Video4Linux input devices.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16322 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ab6f4e6e
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment