Commit 280da99a authored by Michael Niedermayer's avatar Michael Niedermayer

avdevice/xcbgrab: set avclass category

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c2e99567
......@@ -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,
......
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