Skip to content
Snippets Groups Projects
Commit 280da99a authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avdevice/xcbgrab: set avclass category

parent c2e99567
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ static const AVClass xcbgrab_class = { ...@@ -92,6 +92,7 @@ static const AVClass xcbgrab_class = {
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
}; };
static int xcbgrab_reposition(AVFormatContext *s, static int xcbgrab_reposition(AVFormatContext *s,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment