avfilter: add chromahold filter

This commit is contained in:
Paul B Mahol
2018-10-18 12:08:47 +02:00
parent e715b8e10d
commit 18d391cffe
6 changed files with 118 additions and 3 deletions

View File

@@ -156,6 +156,7 @@ extern AVFilter ff_vf_bm3d;
extern AVFilter ff_vf_boxblur;
extern AVFilter ff_vf_boxblur_opencl;
extern AVFilter ff_vf_bwdif;
extern AVFilter ff_vf_chromahold;
extern AVFilter ff_vf_chromakey;
extern AVFilter ff_vf_ciescope;
extern AVFilter ff_vf_codecview;