summaryrefslogtreecommitdiffstats
path: root/core/mp_osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mp_osd.h')
-rw-r--r--core/mp_osd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/mp_osd.h b/core/mp_osd.h
index d0ebc02639..0b737f0c22 100644
--- a/core/mp_osd.h
+++ b/core/mp_osd.h
@@ -37,6 +37,8 @@
#define MAX_TERM_OSD_LEVEL 1
#define OSD_LEVEL_INVISIBLE 4
+#define OSD_BAR_SEEK 256
+
struct MPContext;
void set_osd_bar(struct MPContext *mpctx, int type,const char* name,double min,double max,double val);