You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavd/avfoundation: Add device category.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
76bf39ab4b
commit
86b7821e29
@@ -451,6 +451,7 @@ static const AVClass avf_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_avfoundation_demuxer = {
|
AVInputFormat ff_avfoundation_demuxer = {
|
||||||
|
Reference in New Issue
Block a user