summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/player/core.h b/player/core.h
index c44868cecd..35d6348e39 100644
--- a/player/core.h
+++ b/player/core.h
@@ -436,7 +436,7 @@ typedef struct MPContext {
struct mp_ipc_ctx *ipc_ctx;
- int64_t builtin_script_ids[5];
+ int64_t builtin_script_ids[6];
mp_mutex abort_lock;
@@ -591,7 +591,6 @@ double get_time_length(struct MPContext *mpctx);
double get_start_time(struct MPContext *mpctx, int dir);
double get_current_time(struct MPContext *mpctx);
double get_playback_time(struct MPContext *mpctx);
-int get_percent_pos(struct MPContext *mpctx);
double get_current_pos_ratio(struct MPContext *mpctx, bool use_range);
int get_current_chapter(struct MPContext *mpctx);
char *chapter_display_name(struct MPContext *mpctx, int chapter);