summaryrefslogtreecommitdiff
path: root/tests/checkasm/vf_hflip.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-07-26 21:58:31 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-08-25 01:29:24 +0200
commitb61376bdee61c08732105fa331eb076497eface9 (patch)
tree0e8ab0e86d92e4e2ea639d55ee677b5bb8707fd8 /tests/checkasm/vf_hflip.c
parent3092a53cbc48252d29007177205f599c9c6f8769 (diff)
lavfi/hflip: Support Bayer pixel formats.
Fixes part of ticket #8819.
Diffstat (limited to 'tests/checkasm/vf_hflip.c')
-rw-r--r--tests/checkasm/vf_hflip.c1
1 files changed, 1 insertions, 0 deletions
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);