summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 14:30:55 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 14:30:55 +0000
commitd8edb8566cf577169d1d17de0665d8b0e097459d (patch)
treedccbf1718e46124a822520ca7dd4a005d79c001a /libmpcodecs/vd.h
parentb3ebd28168eed4245fda255a4e865c02fcbf465a (diff)
downloadmpv-d8edb8566cf577169d1d17de0665d8b0e097459d.tar.bz2
mpv-d8edb8566cf577169d1d17de0665d8b0e097459d.tar.xz
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7221 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd.h')
-rw-r--r--libmpcodecs/vd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vd.h b/libmpcodecs/vd.h
index 569cc8759e..0d4348c6d8 100644
--- a/libmpcodecs/vd.h
+++ b/libmpcodecs/vd.h
@@ -26,6 +26,6 @@ extern int vd_use_slices;
// 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