summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-14 00:59:26 +0100
committerwm4 <wm4@nowhere>2013-12-14 00:59:26 +0100
commitfc75506e8b0d0fab4d4d51fa2765a04352cc144c (patch)
treef69557a4819bf538561d7b117a5d48a8b11d9d2c /stream/stream.h
parent1948131a2a7372ffd310f71edf12c25632a05403 (diff)
downloadmpv-fc75506e8b0d0fab4d4d51fa2765a04352cc144c.tar.bz2
mpv-fc75506e8b0d0fab4d4d51fa2765a04352cc144c.tar.xz
cache: add a way to explicitly resume cache
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index a3592a692d..a444601a58 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -93,6 +93,7 @@ enum stream_ctrl {
STREAM_CTRL_GET_CACHE_SIZE,
STREAM_CTRL_GET_CACHE_FILL,
STREAM_CTRL_GET_CACHE_IDLE,
+ STREAM_CTRL_RESUME_CACHE,
STREAM_CTRL_RECONNECT,
// DVD/Bluray, signal general support for GET_CURRENT_TIME etc.
STREAM_CTRL_MANAGES_TIMELINE,