mirror of https://git.ffmpeg.org/ffmpeg.git
lavd/avfoundation: Add device category.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
76bf39ab4b
commit
86b7821e29
|
@ -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…
Reference in New Issue