X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faeval.c;h=ed7cf502de8657ecf9104adda5ec85a87add7135;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=d5437431ab10fbd39672f9faaf55d388a409ecb1;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/aeval.c b/libavfilter/aeval.c index d5437431ab1..ed7cf502de8 100644 --- a/libavfilter/aeval.c +++ b/libavfilter/aeval.c @@ -322,7 +322,7 @@ static const AVFilterPad aevalsrc_outputs[] = { { NULL } }; -AVFilter ff_asrc_aevalsrc = { +const AVFilter ff_asrc_aevalsrc = { .name = "aevalsrc", .description = NULL_IF_CONFIG_SMALL("Generate an audio signal generated by an expression."), .query_formats = query_formats, @@ -473,7 +473,7 @@ static const AVFilterPad aeval_outputs[] = { { NULL } }; -AVFilter ff_af_aeval = { +const AVFilter ff_af_aeval = { .name = "aeval", .description = NULL_IF_CONFIG_SMALL("Filter audio signal according to a specified expression."), .query_formats = aeval_query_formats,