X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Favfoundation.m;h=bad3760159a234bcbb779183c854c7ddc59ae292;hb=d92f38c179591a608390ffa9fee59c309142e79d;hp=59d5b0af4f43d8647e19affecee0dde56c03f4c0;hpb=a04ad248a05e7b613abe09b3bb067f555108d794;p=ffmpeg diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m index 59d5b0af4f4..bad3760159a 100644 --- a/libavdevice/avfoundation.m +++ b/libavdevice/avfoundation.m @@ -1214,7 +1214,7 @@ static const AVClass avf_class = { .category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT, }; -AVInputFormat ff_avfoundation_demuxer = { +const AVInputFormat ff_avfoundation_demuxer = { .name = "avfoundation", .long_name = NULL_IF_CONFIG_SMALL("AVFoundation input device"), .priv_data_size = sizeof(AVFContext),