lavfi: add quirc filter

This commit is contained in:
Stefano Sabatini
2023-12-26 16:19:10 +01:00
parent 899302bb5f
commit 030e140145
6 changed files with 218 additions and 0 deletions

View File

@@ -412,6 +412,7 @@ extern const AVFilter ff_vf_psnr;
extern const AVFilter ff_vf_pullup;
extern const AVFilter ff_vf_qp;
extern const AVFilter ff_vf_qrencode;
extern const AVFilter ff_vf_quirc;
extern const AVFilter ff_vf_random;
extern const AVFilter ff_vf_readeia608;
extern const AVFilter ff_vf_readvitc;