Commit ac6e27d7 authored by Jun Zhao's avatar Jun Zhao Committed by Mark Thompson

kmsgrab: add category for kmsgrab

Makes kmsgrab visible in "ffmpeg -devices".
Signed-off-by: 's avatarJun Zhao <mypopydev@gmail.com>
Signed-off-by: 's avatarMark Thompson <sw@jkqxz.net>
parent 29c663d5
......@@ -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 = {
......
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