summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-08-27 11:43:06 +0200
committerwm4 <wm4@nowhere>2020-08-27 11:55:20 +0200
commitab6dbf0a294d695449b46c6ac1e5603fd9a8a8e7 (patch)
treecb40cb4b55c6eb36c27db890d68f97d590b51983 /player/core.h
parent5f89b230c77af7823f48443bdd28899f616ded45 (diff)
downloadmpv-ab6dbf0a294d695449b46c6ac1e5603fd9a8a8e7.tar.bz2
mpv-ab6dbf0a294d695449b46c6ac1e5603fd9a8a8e7.tar.xz
player: fix video paused condition on VO creation
Doesn't take paused_for_cache into account. For consistency; unlikely to matter at all in practice.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index 810c192885..738233c072 100644
--- a/player/core.h
+++ b/player/core.h
@@ -615,6 +615,7 @@ int handle_force_window(struct MPContext *mpctx, bool force);
void seek_to_last_frame(struct MPContext *mpctx);
void update_screensaver_state(struct MPContext *mpctx);
void update_ab_loop_clip(struct MPContext *mpctx);
+bool get_internal_paused(struct MPContext *mpctx);
// scripting.c
struct mp_script_args {