Change type to avoid void * arithmetic.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29716 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-09-25 09:44:41 +00:00
parent 101d331f62
commit 3f9cacf5d5
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ static int config(struct vf_instance_s* vf,
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;