summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-06 22:19:24 +0200
committerwm4 <wm4@nowhere>2014-10-06 22:19:24 +0200
commita9e6ba1b9a8756e7c6163f74b3c57ff794a624b6 (patch)
tree7edd25e0b87e6b8a1eebabdfe44c8f817a2fa5e3 /player/core.h
parent45c8b97efbaff7a5031b008223eeed56f7b0607a (diff)
downloadmpv-a9e6ba1b9a8756e7c6163f74b3c57ff794a624b6.tar.bz2
mpv-a9e6ba1b9a8756e7c6163f74b3c57ff794a624b6.tar.xz
osd: don't let slow commands cut OSD messages short
Done for screenshot commands, requested by a user.
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 3b4a9f1fa1..390f8da7b8 100644
--- a/player/core.h
+++ b/player/core.h
@@ -174,6 +174,7 @@ typedef struct MPContext {
int osd_function;
double osd_function_visible;
double osd_msg_visible;
+ double osd_msg_next_duration;
double osd_last_update;
bool osd_force_update;
char *osd_msg_text;