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 <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-04-12 11:13:33 +02:00
parent d69a4177b9
commit fd6228e657
50 changed files with 71 additions and 70 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ static const AVOption tile_options[] = {
AVFILTER_DEFINE_CLASS(tile);
static av_cold int init(AVFilterContext *ctx, const char *args)
static av_cold int init(AVFilterContext *ctx)
{
TileContext *tile = ctx->priv;