avfilter: add colorhold filter

Fixes #7671.
This commit is contained in:
Paul B Mahol
2019-01-13 19:02:52 +01:00
parent c81ec19817
commit 59fb8cae5e
6 changed files with 105 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ extern AVFilter ff_vf_colorbalance;
extern AVFilter ff_vf_colorchannelmixer;
extern AVFilter ff_vf_colorkey;
extern AVFilter ff_vf_colorkey_opencl;
extern AVFilter ff_vf_colorhold;
extern AVFilter ff_vf_colorlevels;
extern AVFilter ff_vf_colormatrix;
extern AVFilter ff_vf_colorspace;