mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
tests/checkasm/vf_blend: Update function type
Forgotten in5b8faaad6c,a69a0b689c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
const uint8_t *bottom, ptrdiff_t bottom_linesize, \
|
||||
uint8_t *dst, ptrdiff_t dst_linesize, \
|
||||
ptrdiff_t width, ptrdiff_t height, \
|
||||
struct FilterParams *param, double *values); \
|
||||
struct FilterParams *param, struct SliceParams *sliceparam); \
|
||||
w = WIDTH / depth; \
|
||||
\
|
||||
for (i = 0; i < BUF_UNITS - 1; i++) { \
|
||||
|
||||
Reference in New Issue
Block a user