From 14a24f35bfc78121591b14e9ad8e137791582212 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 Feb 2015 20:04:02 +0100 Subject: osd: customizable subtitle and OSD position You can set in which "corner" the OSD and subtitles are shown. I'd prefer it a bit more general (so you could set the alignment using a factor), but the libass API does not provide this. --- sub/osd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sub/osd.h') diff --git a/sub/osd.h b/sub/osd.h index 6b7e284f33..a96fc63663 100644 --- a/sub/osd.h +++ b/sub/osd.h @@ -133,6 +133,8 @@ struct osd_style_opts { float spacing; int margin_x; int margin_y; + int align_x; + int align_y; float blur; }; -- cgit v1.2.3