avfilter: add colormap video filter

This commit is contained in:
Paul B Mahol
2022-04-09 06:31:14 +02:00
parent b1b7249606
commit 43ea19fef4
6 changed files with 619 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ extern const AVFilter ff_vf_colorkey;
extern const AVFilter ff_vf_colorkey_opencl;
extern const AVFilter ff_vf_colorhold;
extern const AVFilter ff_vf_colorlevels;
extern const AVFilter ff_vf_colormap;
extern const AVFilter ff_vf_colormatrix;
extern const AVFilter ff_vf_colorspace;
extern const AVFilter ff_vf_colortemperature;