https://trac.ffmpeg.org/ticket/7226

Index: ffmpeg-4.0/tests/checkasm/vf_blend.c
===================================================================
--- ffmpeg-4.0.orig/tests/checkasm/vf_blend.c	2018-05-23 00:19:43.000000000 +0300
+++ ffmpeg-4.0/tests/checkasm/vf_blend.c	2018-05-23 22:37:34.763240438 +0300
@@ -71,7 +71,7 @@
         w = WIDTH / depth;                                                                 \
                                                                                            \
         for (i = 0; i < BUF_UNITS - 1; i++) {                                              \
-            int src_offset = i * SIZE_PER_UNIT + i; /* Test various alignments */          \
+            int src_offset = i * SIZE_PER_UNIT + (BUF_UNITS - 1 - i) * depth; /* Test various alignments */  \
             int dst_offset = i * SIZE_PER_UNIT; /* dst must be aligned */                  \
             randomize_buffers();                                                           \
             call_ref(top1 + src_offset, w, bot1 + src_offset, w,                           \
