[SCM] libav/experimental: Use more descriptive long_names for Video4Linux input devices.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:34:11 UTC 2013


The following commit has been merged in the experimental branch:
commit df2a3f2714af1c6f8d45ea95f05be6b05eb7672f
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Dec 26 11:23:50 2008 +0000

    Use more descriptive long_names for Video4Linux input devices.
    
    Originally committed as revision 16322 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavdevice/v4l.c b/libavdevice/v4l.c
index 4a5328a..b350adb 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,
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index dc0a22d..6819d9c 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -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,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list