diff options
author | James Darnley <jdarnley@obe.tv> | 2023-02-20 20:55:08 +0100 |
---|---|---|
committer | James Darnley <jdarnley@obe.tv> | 2023-03-25 02:38:17 +0100 |
commit | 087faf8cac51e5e20a5f41b36b8d4c2705a10039 (patch) | |
tree | 8034669d791305b839c1fd67204813816b71067a /tests/checkasm/checkasm.c | |
parent | b503b5a0cf80f38ecf4737c012b621b7e94f242a (diff) | |
download | ffmpeg-087faf8cac51e5e20a5f41b36b8d4c2705a10039.tar.gz |
checkasm: add test for bwdif
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r-- | tests/checkasm/checkasm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c index e96d84a7da..5e729cf0e0 100644 --- a/tests/checkasm/checkasm.c +++ b/tests/checkasm/checkasm.c @@ -179,6 +179,9 @@ static const struct { #if CONFIG_BLEND_FILTER { "vf_blend", checkasm_check_blend }, #endif + #if CONFIG_BWDIF_FILTER + { "vf_bwdif", checkasm_check_vf_bwdif }, + #endif #if CONFIG_COLORSPACE_FILTER { "vf_colorspace", checkasm_check_colorspace }, #endif |