# HG changeset patch # User reimar # Date 1253871881 0 # Node ID 10982a0eac1fe2f144af0514599636150e63ef7d # Parent a3cc38ad58784806d83a62443bc6bc2124b45426 Change type to avoid void * arithmetic. diff -r a3cc38ad5878 -r 10982a0eac1f libmpcodecs/ve_lavc.c --- a/libmpcodecs/ve_lavc.c Fri Sep 25 09:43:59 2009 +0000 +++ b/libmpcodecs/ve_lavc.c Fri Sep 25 09:44:41 2009 +0000 @@ -331,7 +331,7 @@ int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt){ int size, i; - void *p; + char *p; mux_v->bih->biWidth=width; mux_v->bih->biHeight=height;