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/vf_removelogo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_removelogo.c') diff --git a/libavfilter/vf_removelogo.c b/libavfilter/vf_removelogo.c index 7ca7f30a34..c5bbff9c5a 100644 --- a/libavfilter/vf_removelogo.c +++ b/libavfilter/vf_removelogo.c @@ -277,7 +277,7 @@ static void generate_half_size_image(const uint8_t *src_data, int src_linesize, src_w/2, src_h/2, 0, max_mask_size); } -static av_cold int init(AVFilterContext *ctx, const char *args) +static av_cold int init(AVFilterContext *ctx) { RemovelogoContext *removelogo = ctx->priv; int ***mask; -- cgit v1.2.3