mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
lavfi: add vf_iccgen for generating ICC profiles
This filter is designed to specifically cover the task of generating ICC profiles (and attaching them to output frames) on demand. Other tasks, such as ICC profile loading/stripping, or ICC profile application, are better left to separate filters (or included into e.g. vf_setparams). Signed-off-by: Niklas Haas <git@haasn.dev>
This commit is contained in:
@@ -305,6 +305,7 @@ extern const AVFilter ff_vf_hwmap;
|
||||
extern const AVFilter ff_vf_hwupload;
|
||||
extern const AVFilter ff_vf_hwupload_cuda;
|
||||
extern const AVFilter ff_vf_hysteresis;
|
||||
extern const AVFilter ff_vf_iccgen;
|
||||
extern const AVFilter ff_vf_identity;
|
||||
extern const AVFilter ff_vf_idet;
|
||||
extern const AVFilter ff_vf_il;
|
||||
|
||||
Reference in New Issue
Block a user