mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
dvdnav: support mouse interaction
This commit is contained in:
@@ -235,6 +235,9 @@ void osd_draw_on_image_p(struct osd_state *osd, struct mp_osd_res res,
|
||||
void osd_object_get_scale_factor(struct osd_state *osd, struct osd_object *obj,
|
||||
double *sw, double *sh);
|
||||
|
||||
void osd_coords_to_video(struct osd_state *osd, int frame_w, int frame_h,
|
||||
int *x, int *y);
|
||||
|
||||
void osd_rescale_bitmaps(struct sub_bitmaps *imgs, int frame_w, int frame_h,
|
||||
struct mp_osd_res res, double compensate_par);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user