From 5d1a3fb406b1d356155c64b64c9c020e7c245887 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 18 Nov 2014 20:28:54 +0100 Subject: command: improve A-B loop behavior If the B point is set, then loop back to A. Also, update the OSD bar if necessary. --- player/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/osd.c') diff --git a/player/osd.c b/player/osd.c index b6a0c1b98d..456822d9f6 100644 --- a/player/osd.c +++ b/player/osd.c @@ -331,7 +331,7 @@ static void update_osd_bar(struct MPContext *mpctx, int type, } } -static void set_osd_bar_chapters(struct MPContext *mpctx, int type) +void set_osd_bar_chapters(struct MPContext *mpctx, int type) { struct MPOpts *opts = mpctx->opts; if (mpctx->osd_progbar.type != type) -- cgit v1.2.3