X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_dnn_detect.c;h=1dbe4f29a4d1aa3883dc796af612cf14db3d6425;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=2ae692d62a176e72e0da8752e355e56146212f96;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_dnn_detect.c b/libavfilter/vf_dnn_detect.c index 2ae692d62a1..1dbe4f29a4d 100644 --- a/libavfilter/vf_dnn_detect.c +++ b/libavfilter/vf_dnn_detect.c @@ -407,7 +407,7 @@ static const AVFilterPad dnn_detect_outputs[] = { { NULL } }; -AVFilter ff_vf_dnn_detect = { +const AVFilter ff_vf_dnn_detect = { .name = "dnn_detect", .description = NULL_IF_CONFIG_SMALL("Apply DNN detect filter to the input."), .priv_size = sizeof(DnnDetectContext),