lavd/avfoundation: Add device category.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Thilo Borgmann 2014-08-04 22:06:59 +02:00 committed by Michael Niedermayer
parent 76bf39ab4b
commit 86b7821e29
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ static const AVClass avf_class = {
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
};
AVInputFormat ff_avfoundation_demuxer = {