X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_null.c;h=1f0e85e9007d5714bc32d6e29b7a521d6509eac3;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=2355615229ac97a940590633d82b73f3e09f0349;hpb=493240a522fca34882601fbeeda4e17aa40a0303;p=ffmpeg diff --git a/libavfilter/vf_null.c b/libavfilter/vf_null.c index 2355615229a..1f0e85e9007 100644 --- a/libavfilter/vf_null.c +++ b/libavfilter/vf_null.c @@ -42,7 +42,7 @@ static const AVFilterPad avfilter_vf_null_outputs[] = { { NULL } }; -AVFilter ff_vf_null = { +const AVFilter ff_vf_null = { .name = "null", .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."), .inputs = avfilter_vf_null_inputs,