From da89af10768f75ceec9b9c0256649da6f4d843a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Jun 2014 23:52:58 +0200 Subject: player: show "neutral" position markers for OSD bars This commit implements them for volume and some video properties. --- player/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index ca61ab8f11..5f4789d267 100644 --- a/player/core.h +++ b/player/core.h @@ -423,7 +423,7 @@ void stream_dump(struct MPContext *mpctx); // osd.c void print_status(struct MPContext *mpctx); void set_osd_bar(struct MPContext *mpctx, int type, const char* name, - double min, double max, double val); + double min, double max, double neutral, double val); void set_osd_msg(struct MPContext *mpctx, int level, int time, const char* fmt, ...) PRINTF_ATTRIBUTE(4,5); void set_osd_function(struct MPContext *mpctx, int osd_function); -- cgit v1.2.3