diff libmpcodecs/vd.h @ 7220:e3ecccc7e505

warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sun, 01 Sep 2002 14:30:55 +0000
parents 5bf3ed8a17c4
children 5e56ce70b551
line wrap: on
line diff
--- a/libmpcodecs/vd.h	Sun Sep 01 11:46:38 2002 +0000
+++ b/libmpcodecs/vd.h	Sun Sep 01 14:30:55 2002 +0000
@@ -26,6 +26,6 @@
 // callbacks:
 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt);
 mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h);
-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);
 
 #define VDFLAGS_DROPFRAME 3