avfilter: add an LCEVC decoding filter

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2024-03-19 10:07:18 -03:00
parent df609af8e4
commit dc11c12b64
7 changed files with 452 additions and 2 deletions

View file

@ -337,6 +337,7 @@ extern const AVFilter ff_vf_kerndeint;
extern const AVFilter ff_vf_kirsch;
extern const AVFilter ff_vf_lagfun;
extern const AVFilter ff_vf_latency;
extern const AVFilter ff_vf_lcevc;
extern const AVFilter ff_vf_lenscorrection;
extern const AVFilter ff_vf_lensfun;
extern const AVFilter ff_vf_libplacebo;