X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_codecview.c;h=e3c613f10c193344343921ba3f3672ba1901d12c;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=28ac2df72f51bd455adbd19b710a4f20c3c417cf;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_codecview.c b/libavfilter/vf_codecview.c index 28ac2df72f5..e3c613f10c1 100644 --- a/libavfilter/vf_codecview.c +++ b/libavfilter/vf_codecview.c @@ -318,7 +318,7 @@ static const AVFilterPad codecview_outputs[] = { { NULL } }; -AVFilter ff_vf_codecview = { +const AVFilter ff_vf_codecview = { .name = "codecview", .description = NULL_IF_CONFIG_SMALL("Visualize information about some codecs."), .priv_size = sizeof(CodecViewContext),