mirror of
https://github.com/mpv-player/mpv
synced 2025-04-24 12:24:21 +00:00
vo: remove unused callback
This commit is contained in:
parent
0e071892c3
commit
3cae1b9fc9
@ -175,7 +175,6 @@ struct vo_driver {
|
|||||||
int (*control)(struct vo *vo, uint32_t request, void *data);
|
int (*control)(struct vo *vo, uint32_t request, void *data);
|
||||||
|
|
||||||
void (*draw_image)(struct vo *vo, struct mp_image *mpi);
|
void (*draw_image)(struct vo *vo, struct mp_image *mpi);
|
||||||
void (*draw_image_pts)(struct vo *vo, struct mp_image *mpi, double pts);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get extra frames from the VO, such as those added by VDPAU
|
* Get extra frames from the VO, such as those added by VDPAU
|
||||||
|
Loading…
Reference in New Issue
Block a user