summaryrefslogtreecommitdiff
path: root/libavdevice/avfoundation.m
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2014-08-04 22:06:59 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-05 01:36:26 +0200
commit86b7821e29b426a52a93e1b71ef00bbed4c26cbf (patch)
tree3d84b372fa1503ef556852909c4a3420cd9d50ad /libavdevice/avfoundation.m
parent76bf39ab4b87fc3b11dc32093536028281e8b505 (diff)
lavd/avfoundation: Add device category.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/avfoundation.m')
-rw-r--r--libavdevice/avfoundation.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m
index 74d781134e..4ac50a0ef2 100644
--- a/libavdevice/avfoundation.m
+++ b/libavdevice/avfoundation.m
@@ -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 = {