[FFmpeg-cvslog] avdevice/xcbgrab: set avclass category

Michael Niedermayer git at videolan.org
Tue Oct 28 12:39:48 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Oct 28 12:07:20 2014 +0100| [280da99a8fdd0533a1507643f24ee070a65785d3] | committer: Michael Niedermayer

avdevice/xcbgrab: set avclass category

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=280da99a8fdd0533a1507643f24ee070a65785d3
---

 libavdevice/xcbgrab.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c
index 1b4830a..4909588 100644
--- a/libavdevice/xcbgrab.c
+++ b/libavdevice/xcbgrab.c
@@ -92,6 +92,7 @@ static const AVClass xcbgrab_class = {
     .item_name  = av_default_item_name,
     .option     = options,
     .version    = LIBAVUTIL_VERSION_INT,
+    .category   = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
 };
 
 static int xcbgrab_reposition(AVFormatContext *s,



More information about the ffmpeg-cvslog mailing list