lavd/qtkit: add device category

Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
Lukasz Marek 2014-04-11 16:29:37 +02:00
parent afc898e7ce
commit defb87eef4
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {