diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-02-10 09:07:40 +0000 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-02-14 10:46:56 -0800 |
commit | a953a2991e28de6d476420f7f8ae316599a83ac1 (patch) | |
tree | 3568267d6bb95252853132633c9e07fdf5f1f499 /tests/checkasm/checkasm.h | |
parent | 8c56a4a1ed7d90004a33bab02a1c6e5669718d11 (diff) | |
download | ffmpeg-a953a2991e28de6d476420f7f8ae316599a83ac1.tar.gz |
checkasm: Add vf_blend tests
Diffstat (limited to 'tests/checkasm/checkasm.h')
-rw-r--r-- | tests/checkasm/checkasm.h | 1 |
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); |