summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
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 a444601a58..cea45c5285 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -164,6 +164,7 @@ typedef struct stream {
char *demuxer; // request demuxer to be used
char *lavf_type; // name of expected demuxer type for lavf
bool safe_origin; // used for playlists that can be opened safely
+ bool allow_caching; // stream cache makes sense
struct MPOpts *opts;
FILE *capture_file;