Skip to content
Snippets Groups Projects
Commit e96aa8d1 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

vf_pixdesctest: Fix incompatible pointer type warning.

parent abe9c54f
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) ...@@ -92,7 +92,7 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir)
for (i = y1; i < y1 + h1; i++) { for (i = y1; i < y1 + h1; i++) {
av_read_image_line(priv->line, av_read_image_line(priv->line,
inpic->data, (void*)inpic->data,
inpic->linesize, inpic->linesize,
priv->pix_desc, priv->pix_desc,
0, i, c, w1, 0); 0, i, c, w1, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment