X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_anull.c;h=74f915778fac37dfd8760c0b5d843fe52db9a5dc;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=1d0af451dcd88a8d054c21ae33436d89de4acbfa;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_anull.c b/libavfilter/af_anull.c index 1d0af451dcd..74f915778fa 100644 --- a/libavfilter/af_anull.c +++ b/libavfilter/af_anull.c @@ -43,7 +43,7 @@ static const AVFilterPad avfilter_af_anull_outputs[] = { { NULL } }; -AVFilter ff_af_anull = { +const AVFilter ff_af_anull = { .name = "anull", .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."), .inputs = avfilter_af_anull_inputs,