summaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-02-10 09:07:40 +0000
committerTimothy Gu <timothygu99@gmail.com>2016-02-14 10:46:56 -0800
commita953a2991e28de6d476420f7f8ae316599a83ac1 (patch)
tree3568267d6bb95252853132633c9e07fdf5f1f499 /tests/checkasm/checkasm.c
parent8c56a4a1ed7d90004a33bab02a1c6e5669718d11 (diff)
downloadffmpeg-streaming-a953a2991e28de6d476420f7f8ae316599a83ac1.zip
ffmpeg-streaming-a953a2991e28de6d476420f7f8ae316599a83ac1.tar.gz
checkasm: Add vf_blend tests
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r--tests/checkasm/checkasm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 49fd2af..1e73e34 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -68,6 +68,9 @@ static const struct {
#if CONFIG_ALAC_DECODER
{ "alacdsp", checkasm_check_alacdsp },
#endif
+ #if CONFIG_BLEND_FILTER
+ { "vf_blend", checkasm_check_blend },
+ #endif
#if CONFIG_BSWAPDSP
{ "bswapdsp", checkasm_check_bswapdsp },
#endif
OpenPOWER on IntegriCloud