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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/decode/vd.h b/video/decode/vd.h
index c4c2b7f465..88ce4b2f59 100644
--- a/video/decode/vd.h
+++ b/video/decode/vd.h
@@ -34,8 +34,7 @@ typedef struct vd_functions
void (*uninit)(sh_video_t *sh);
int (*control)(sh_video_t *sh, int cmd, void *arg);
struct mp_image *(*decode)(struct sh_video *sh, struct demux_packet *pkt,
- void *data, int len, int flags,
- double *reordered_pts);
+ int flags, double *reordered_pts);
} vd_functions_t;
// NULL terminated array of all drivers