avfilter/x86/vf_gradfun_init: fix some consts & related warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bf688d23b5
commit
c6125f5e1c
@ -41,7 +41,7 @@ void ff_gradfun_blur_line_movdqu_sse2(intptr_t x, uint16_t *buf,
|
|||||||
const uint8_t *src1, const uint8_t *src2);
|
const uint8_t *src1, const uint8_t *src2);
|
||||||
|
|
||||||
#if HAVE_YASM
|
#if HAVE_YASM
|
||||||
static void gradfun_filter_line(uint8_t *dst, uint8_t *src, uint16_t *dc,
|
static void gradfun_filter_line(uint8_t *dst, const uint8_t *src, const uint16_t *dc,
|
||||||
int width, int thresh, const uint16_t *dithers,
|
int width, int thresh, const uint16_t *dithers,
|
||||||
int alignment)
|
int alignment)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user