X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fvfwcap.c;h=6fad466f8ac23fb105960d89394a1f68c02f825c;hb=d92f38c179591a608390ffa9fee59c309142e79d;hp=b3ef5f344818ee20e0c573ee177c74a825d7863b;hpb=a04ad248a05e7b613abe09b3bb067f555108d794;p=ffmpeg diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c index b3ef5f34481..6fad466f8ac 100644 --- a/libavdevice/vfwcap.c +++ b/libavdevice/vfwcap.c @@ -482,7 +482,7 @@ static const AVClass vfw_class = { .category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT }; -AVInputFormat ff_vfwcap_demuxer = { +const AVInputFormat ff_vfwcap_demuxer = { .name = "vfwcap", .long_name = NULL_IF_CONFIG_SMALL("VfW video capture"), .priv_data_size = sizeof(struct vfw_ctx),