From d8edb8566cf577169d1d17de0665d8b0e097459d Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 1 Sep 2002 14:30:55 +0000 Subject: warning fixes by Dominik Mierzejewski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7221 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/vd.c') diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c index 906ec42f9d..34ceeb0d8d 100644 --- a/libmpcodecs/vd.c +++ b/libmpcodecs/vd.c @@ -278,7 +278,7 @@ mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, i return mpi; } -void mpcodecs_draw_slice(sh_video_t *sh, unsigned char* src, int* stride, int w,int h, int x, int y) { +void mpcodecs_draw_slice(sh_video_t *sh, unsigned char** src, int* stride, int w,int h, int x, int y) { struct vf_instance_s* vf = sh->vfilter; if(vf->draw_slice) -- cgit v1.2.3