Browse Source

lavd/qtkit: add device category

Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
tags/n2.3
Lukasz Marek 12 years ago
parent
commit
defb87eef4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavdevice/qtkit.m

+ 1
- 0
libavdevice/qtkit.m View File

@@ -343,6 +343,7 @@ static const AVClass qtkit_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,
}; };


AVInputFormat ff_qtkit_demuxer = { AVInputFormat ff_qtkit_demuxer = {


Loading…
Cancel
Save