[FFmpeg-devel] [PATCH] avfilter/vf_geq: use per-thread AVExpr for expression evaluation

Marton Balint cus at passwd.hu
Sat Feb 1 00:29:55 EET 2020



On Thu, 30 Jan 2020, Michael Niedermayer wrote:

> On Wed, Jan 29, 2020 at 08:25:17PM +0100, Marton Balint wrote:
>> There was no consensus about separating AVExprState from AVExpr so here is a
>> minimal patch using the existing AVExpr to fix ticket #7528.
>>
>> Signed-off-by: Marton Balint <cus at passwd.hu>
>> ---
>>  doc/filters.texi     |  5 +++++
>>  libavfilter/vf_geq.c | 26 +++++++++++++++-----------
>>  2 files changed, 20 insertions(+), 11 deletions(-)
>
> not sure this is optimal but it fixes the issue so ok

Thanks, applied.

Regards,
Marton


More information about the ffmpeg-devel mailing list