summaryrefslogtreecommitdiffstats
path: root/video/decode/vd.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/vd.h')
-rw-r--r--video/decode/vd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/decode/vd.h b/video/decode/vd.h
index 2495a22dc3..838e5ad123 100644
--- a/video/decode/vd.h
+++ b/video/decode/vd.h
@@ -54,7 +54,5 @@ int mpcodecs_config_vo(sh_video_t *sh, int w, int h,
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);
#endif /* MPLAYER_VD_H */