diff options
author | Niklas Haas <git@haasn.dev> | 2025-07-17 12:39:26 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2025-07-18 10:47:31 +0200 |
commit | bfab0262980550097ea6672a91834c576a8320c0 (patch) | |
tree | 7cb266214c7aa5a0eb1c86da9381d2efd7ddc5f3 /tests/checkasm/checkasm.c | |
parent | 75cd42c48a1d6f997af76a90298ee1c5d5780030 (diff) | |
download | ffmpeg-bfab0262980550097ea6672a91834c576a8320c0.tar.gz |
tests/checkasm: add test for vf_blackdetect
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 66a8f8ff86..2532405f29 100644 --- a/tests/checkasm/checkasm.c +++ b/tests/checkasm/checkasm.c @@ -266,6 +266,9 @@ static const struct { #if CONFIG_AFIR_FILTER { "af_afir", checkasm_check_afir }, #endif + #if CONFIG_BLACKDETECT_FILTER + { "vf_blackdetect", checkasm_check_blackdetect }, + #endif #if CONFIG_BLEND_FILTER { "vf_blend", checkasm_check_blend }, #endif |