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, 1 insertions, 1 deletions
diff --git a/video/decode/vd.h b/video/decode/vd.h
index dd2536ab2a..045914f502 100644
--- a/video/decode/vd.h
+++ b/video/decode/vd.h
@@ -35,7 +35,7 @@ typedef struct vd_functions
void (*uninit)(struct dec_video *vd);
int (*control)(struct dec_video *vd, int cmd, void *arg);
struct mp_image *(*decode)(struct dec_video *vd, struct demux_packet *pkt,
- int flags, double *reordered_pts);
+ int flags);
} vd_functions_t;
// NULL terminated array of all drivers