changeset 29674:10982a0eac1f

Change type to avoid void * arithmetic.
author reimar
date Fri, 25 Sep 2009 09:44:41 +0000
parents a3cc38ad5878
children 978b9a902bff
files libmpcodecs/ve_lavc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;