summaryrefslogtreecommitdiffstats
path: root/video/decode/vd.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/vd.c')
-rw-r--r--video/decode/vd.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/video/decode/vd.c b/video/decode/vd.c
index 6112c48d33..89783da189 100644
--- a/video/decode/vd.c
+++ b/video/decode/vd.c
@@ -261,12 +261,3 @@ mp_image_t *mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag,
{
return vf_get_image(sh->vfilter, sh->outfmt, mp_imgtype, mp_imgflag, w, h);
}
-
-void mpcodecs_draw_slice(sh_video_t *sh, unsigned char **src, int *stride,
- int w, int h, int x, int y)
-{
- struct vf_instance *vf = sh->vfilter;
-
- if (vf->draw_slice)
- vf->draw_slice(vf, src, stride, w, h, x, y);
-}