aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.h
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.h
parent8c56a4a1ed7d90004a33bab02a1c6e5669718d11 (diff)
downloadffmpeg-a953a2991e28de6d476420f7f8ae316599a83ac1.tar.gz
checkasm: Add vf_blend tests
Diffstat (limited to 'tests/checkasm/checkasm.h')
-rw-r--r--tests/checkasm/checkasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.h b/tests/checkasm/checkasm.h
index 5c07f89b75..0c8bc2d156 100644
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -31,6 +31,7 @@
#include "libavutil/timer.h"
void checkasm_check_alacdsp(void);
+void checkasm_check_blend(void);
void checkasm_check_bswapdsp(void);
void checkasm_check_flacdsp(void);
void checkasm_check_fmtconvert(void);