From fd6228e65711e63a9e35e9a1087d7ce62040e6e3 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 12 Apr 2013 11:13:33 +0200 Subject: lavfi: remove now unused args parameter from AVFilter.init and init_opaque This is mostly automated global search and replace The deprecated aconvert filter is disabled, if it still has users it should be updated Signed-off-by: Michael Niedermayer --- libavfilter/af_amerge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/af_amerge.c') diff --git a/libavfilter/af_amerge.c b/libavfilter/af_amerge.c index 1d3792d7a8..58d874e413 100644 --- a/libavfilter/af_amerge.c +++ b/libavfilter/af_amerge.c @@ -303,7 +303,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) return ff_filter_frame(ctx->outputs[0], outbuf); } -static av_cold int init(AVFilterContext *ctx, const char *args) +static av_cold int init(AVFilterContext *ctx) { AMergeContext *am = ctx->priv; int i; -- cgit v1.2.3