Skip to content

Commit

Permalink
increment number of complex filters (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjhsieh authored Oct 8, 2024
1 parent fab3557 commit ccad95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavutil/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ int av_expr_parse(AVExpr **expr, const char *s,
*wp++ = 0;

p.class = &eval_class;
p.stack_index=200;
p.stack_index=300;
p.s= w;
p.const_names = const_names;
p.funcs1 = funcs1;
Expand Down

0 comments on commit ccad95c

Please sign in to comment.