Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-12-20 01:07:24 +0300
committerJames Almer <jamrial@gmail.com>2017-12-20 01:07:24 +0300
commitda032427786d9db4ab21014998cb1245083d6c85 (patch)
tree9a6affdbdb0f1985fe063dfa87a10587718814e9 /tests/checkasm/checkasm.c
parent8e0e4384b097864fbff84ed93438d33f4f15e02c (diff)
Revert "checkasm/vf_interlace : add test for lowpass_line 8 and 16"
This reverts commit adff97be5e2ff51c0bb66080c2f904ed40b6c571. It currently fails on Windows targets. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r--tests/checkasm/checkasm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 8a9480c3ca..45a70aa87f 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -155,9 +155,6 @@ static const struct {
#if CONFIG_HFLIP_FILTER
{ "vf_hflip", checkasm_check_vf_hflip },
#endif
- #if CONFIG_INTERLACE_FILTER
- { "vf_interlace", checkasm_check_vf_interlace },
- #endif
#if CONFIG_THRESHOLD_FILTER
{ "vf_threshold", checkasm_check_vf_threshold },
#endif