[FFmpeg-cvslog] lavd/avfoundation: Add device category.
Thilo Borgmann
git at videolan.org
Tue Aug 5 01:42:03 CEST 2014
ffmpeg | branch: master | Thilo Borgmann <thilo.borgmann at mail.de> | Mon Aug 4 22:06:59 2014 +0200| [86b7821e29b426a52a93e1b71ef00bbed4c26cbf] | committer: Michael Niedermayer
lavd/avfoundation: Add device category.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86b7821e29b426a52a93e1b71ef00bbed4c26cbf
---
libavdevice/avfoundation.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m
index 74d7811..4ac50a0 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 = {
More information about the ffmpeg-cvslog
mailing list