summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.c b/stream/stream.c
index d600088267..7b8050dec0 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -782,6 +782,7 @@ static stream_t *open_cache(stream_t *orig, const char *name)
cache->demuxer = talloc_strdup(cache, orig->demuxer);
cache->lavf_type = talloc_strdup(cache, orig->lavf_type);
cache->safe_origin = orig->safe_origin;
+ cache->streaming = orig->streaming,
cache->opts = orig->opts;
cache->global = orig->global;