From c43a7ecad997fc527af34b952334f3d030709a1b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 13 Mar 2013 08:26:39 +0100 Subject: lavfi: remove now unused args parameter from AVFilter.init --- libavfilter/vf_drawbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_drawbox.c') diff --git a/libavfilter/vf_drawbox.c b/libavfilter/vf_drawbox.c index e5311246c2..4673a7691d 100644 --- a/libavfilter/vf_drawbox.c +++ b/libavfilter/vf_drawbox.c @@ -44,7 +44,7 @@ typedef struct { int vsub, hsub; ///< chroma subsampling } DrawBoxContext; -static av_cold int init(AVFilterContext *ctx, const char *args) +static av_cold int init(AVFilterContext *ctx) { DrawBoxContext *drawbox= ctx->priv; uint8_t rgba_color[4]; -- cgit v1.2.3