avfilter: Add colorconstancy filter

Signed-off-by: Mina <minasamy_@hotmail.com>
This commit is contained in:
Mina
2018-07-16 10:20:02 +02:00
committed by Thilo Borgmann
parent d134b8d85f
commit 0bb5cd8c4d
6 changed files with 803 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ extern AVFilter ff_vf_fspp;
extern AVFilter ff_vf_gblur;
extern AVFilter ff_vf_geq;
extern AVFilter ff_vf_gradfun;
extern AVFilter ff_vf_greyedge;
extern AVFilter ff_vf_haldclut;
extern AVFilter ff_vf_hflip;
extern AVFilter ff_vf_histeq;