vf_blend: Reduce number of arguments for kernel function
This commit is contained in:
@@ -67,7 +67,7 @@ typedef struct FilterParams {
|
||||
void (*blend)(const uint8_t *top, ptrdiff_t top_linesize,
|
||||
const uint8_t *bottom, ptrdiff_t bottom_linesize,
|
||||
uint8_t *dst, ptrdiff_t dst_linesize,
|
||||
ptrdiff_t width, ptrdiff_t start, ptrdiff_t end,
|
||||
ptrdiff_t width, ptrdiff_t height,
|
||||
struct FilterParams *param, double *values);
|
||||
} FilterParams;
|
||||
|
||||
|
Reference in New Issue
Block a user