lavfi: remove now unused args parameter from AVFilter.init

This commit is contained in:
Anton Khirnov
2013-03-13 08:26:39 +01:00
parent 7b3eb745b9
commit c43a7ecad9
34 changed files with 41 additions and 41 deletions

View File

@ -317,7 +317,7 @@ static OCVFilterEntry ocv_filter_entries[] = {
{ "smooth", sizeof(SmoothContext), smooth_init, NULL, smooth_end_frame_filter },
};
static av_cold int init(AVFilterContext *ctx, const char *args)
static av_cold int init(AVFilterContext *ctx)
{
OCVContext *ocv = ctx->priv;
int i;