From bf003033e376b34779373565595f2863fe3c4dd6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Dec 2013 19:57:08 +0100 Subject: osd: typo in comment --- sub/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') diff --git a/sub/osd.c b/sub/osd.c index 11bf50d8d9..bd06dbf8d4 100644 --- a/sub/osd.c +++ b/sub/osd.c @@ -313,7 +313,7 @@ void osd_changed_all(struct osd_state *osd) } // 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, double *sw, double *sh) { -- cgit v1.2.3