[FFmpeg-cvslog] tests/checkasm/vf_blend: Update function type
Andreas Rheinhardt
git at videolan.org
Fri May 17 14:42:00 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon May 13 10:25:30 2024 +0200| [9126705e6e4a7b253258c66836c644534572d079] | committer: Andreas Rheinhardt
tests/checkasm/vf_blend: Update function type
Forgotten in 5b8faaad6c71bbb90951ca1642391e11cf6f5f91,
a69a0b689c3c4e1e0bbf4c17716a25e14332a250.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9126705e6e4a7b253258c66836c644534572d079
---
tests/checkasm/vf_blend.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/checkasm/vf_blend.c b/tests/checkasm/vf_blend.c
index b5a96ee4bc..c387d36814 100644
--- a/tests/checkasm/vf_blend.c
+++ b/tests/checkasm/vf_blend.c
@@ -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++) { \
More information about the ffmpeg-cvslog
mailing list