Commit e96aa8d1 authored by Michael Niedermayer's avatar Michael Niedermayer

vf_pixdesctest: Fix incompatible pointer type warning.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent abe9c54f
......@@ -92,7 +92,7 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir)
for (i = y1; i < y1 + h1; i++) {
av_read_image_line(priv->line,
inpic->data,
(void*)inpic->data,
inpic->linesize,
priv->pix_desc,
0, i, c, w1, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment