From f607767d93b7c277585332f85f9d75ad85221979 Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Sat, 22 Feb 2014 23:32:51 +0100 Subject: lavd: add categories to device implementations Signed-off-by: Lukasz Marek --- libavdevice/x11grab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavdevice/x11grab.c') diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index 0e7b6ae5ee..d38c55d1c3 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -633,6 +633,7 @@ static const AVClass x11_class = { .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT, + .category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT, }; /** x11 grabber device demuxer declaration */ -- cgit v1.2.3