From b61376bdee61c08732105fa331eb076497eface9 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 26 Jul 2020 21:58:31 +0200 Subject: lavfi/hflip: Support Bayer pixel formats. Fixes part of ticket #8819. --- tests/checkasm/vf_hflip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/checkasm/vf_hflip.c b/tests/checkasm/vf_hflip.c index 6bb4d09d64..48ebf85fdb 100644 --- a/tests/checkasm/vf_hflip.c +++ b/tests/checkasm/vf_hflip.c @@ -40,6 +40,7 @@ static void check_hflip(int step, const char * report_name){ int i; int step_array[4] = {1, 1, 1, 1}; FlipContext s; + s.bayer_plus1 = 1; declare_func(void, const uint8_t *src, uint8_t *dst, int w); -- cgit v1.2.3