mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
tests/checkasm/vf_blend: Update function type
Forgotten in 5b8faaad6c
,
a69a0b689c3c4e1e0bbf4c17716a25e14332a250.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
88485ee1f1
commit
f7b4a2150f
@ -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++) { \
|
||||
|
Loading…
Reference in New Issue
Block a user