Skip to content
Snippets Groups Projects
Commit ac6e27d7 authored by Jun Zhao's avatar Jun Zhao Committed by Mark Thompson
Browse files

kmsgrab: add category for kmsgrab


Makes kmsgrab visible in "ffmpeg -devices".

Signed-off-by: default avatarJun Zhao <mypopydev@gmail.com>
Signed-off-by: default avatarMark Thompson <sw@jkqxz.net>
parent 29c663d5
No related branches found
No related tags found
No related merge requests found
......@@ -451,6 +451,7 @@ static const AVClass kmsgrab_class = {
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
};
AVInputFormat ff_kmsgrab_demuxer = {
......
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