summaryrefslogtreecommitdiffstats
path: root/sub
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-10 19:57:08 +0100
committerwm4 <wm4@nowhere>2013-12-10 20:07:39 +0100
commitbf003033e376b34779373565595f2863fe3c4dd6 (patch)
tree6f21181e15ee61ee3588c8692d183ce589299dd8 /sub
parent94f1585d5fadf3eed7662952acbbac3cd3d27d85 (diff)
downloadmpv-bf003033e376b34779373565595f2863fe3c4dd6.tar.bz2
mpv-bf003033e376b34779373565595f2863fe3c4dd6.tar.xz
osd: typo in comment
Diffstat (limited to 'sub')
-rw-r--r--sub/osd.c2
1 files changed, 1 insertions, 1 deletions
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)
{