]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_geq: use per-thread AVExpr for expression evaluation
authorMarton Balint <cus@passwd.hu>
Sat, 28 Dec 2019 13:50:12 +0000 (14:50 +0100)
committerMarton Balint <cus@passwd.hu>
Fri, 31 Jan 2020 21:47:49 +0000 (22:47 +0100)
commitc044ac2071fd1ba2b184a35427c98fc5338a9d27
tree03e3bcf5067a0995f6317ae9480b720ae0b9d378
parentb82825eba837f7cbb24c1d66e93285d029307417
avfilter/vf_geq: use per-thread AVExpr for expression evaluation

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@passwd.hu>
doc/filters.texi
libavfilter/vf_geq.c