mirror of https://git.ffmpeg.org/ffmpeg.git
lavd/qtkit: add device category
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
parent
afc898e7ce
commit
defb87eef4
|
@ -343,6 +343,7 @@ static const AVClass qtkit_class = {
|
|||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
|
||||
};
|
||||
|
||||
AVInputFormat ff_qtkit_demuxer = {
|
||||
|
|
Loading…
Reference in New Issue