From 3250f6e4473b6c0ba1be03af3c80f3141b485721 Mon Sep 17 00:00:00 2001 From: karelrooted Date: Mon, 11 Dec 2023 17:43:36 +0800 Subject: options: add --secondary-sub-pos The default value is 0 (on the top of the screen) --- sub/sd_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/sd_lavc.c') diff --git a/sub/sd_lavc.c b/sub/sd_lavc.c index 30aa641437..5bf887dad0 100644 --- a/sub/sd_lavc.c +++ b/sub/sd_lavc.c @@ -399,7 +399,7 @@ static struct sub *get_current(struct sd_lavc_priv *priv, double pts) } static struct sub_bitmaps *get_bitmaps(struct sd *sd, struct mp_osd_res d, - int format, double pts) + int format, double pts, int order) { struct sd_lavc_priv *priv = sd->priv; struct mp_subtitle_opts *opts = sd->opts; -- cgit v1.2.3