X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fdshow.c;h=8d0a6fcc09371413da14854accb73b5354150007;hb=d92f38c179591a608390ffa9fee59c309142e79d;hp=3f1e9f61d237ec279e7a607796e5d6c4e7089bbc;hpb=a04ad248a05e7b613abe09b3bb067f555108d794;p=ffmpeg diff --git a/libavdevice/dshow.c b/libavdevice/dshow.c index 3f1e9f61d23..8d0a6fcc093 100644 --- a/libavdevice/dshow.c +++ b/libavdevice/dshow.c @@ -1328,7 +1328,7 @@ static const AVClass dshow_class = { .category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT, }; -AVInputFormat ff_dshow_demuxer = { +const AVInputFormat ff_dshow_demuxer = { .name = "dshow", .long_name = NULL_IF_CONFIG_SMALL("DirectShow capture"), .priv_data_size = sizeof(struct dshow_ctx),