1
0
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:
wm4 2013-12-10 19:57:08 +01:00
parent 94f1585d5f
commit bf003033e3

View File

@ -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)
{ {