avdevice/xcbgrab: set avclass category
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c2e995674f
commit
280da99a8f
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user