mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
osd: typo in comment
This commit is contained in:
parent
94f1585d5f
commit
bf003033e3
@ -313,7 +313,7 @@ void osd_changed_all(struct osd_state *osd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Scale factor to translate OSD coordinates to what the obj uses internally.
|
// Scale factor to translate OSD coordinates to what the obj uses internally.
|
||||||
// osd_coordinates * (sh, sh) = obj_coordinates
|
// osd_coordinates * (sw, sh) = obj_coordinates
|
||||||
void osd_object_get_scale_factor(struct osd_state *osd, struct osd_object *obj,
|
void osd_object_get_scale_factor(struct osd_state *osd, struct osd_object *obj,
|
||||||
double *sw, double *sh)
|
double *sw, double *sh)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user