Browse Source

lavd/avfoundation: Add device category.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Thilo Borgmann Michael Niedermayer 10 years ago
parent
commit
86b7821e29
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavdevice/avfoundation.m

+ 1
- 0
libavdevice/avfoundation.m 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 = {


Loading…
Cancel
Save