mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-24 16:40:06 +08:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user