summaryrefslogtreecommitdiffstats
path: root/stream/cache2.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cache2.c')
-rw-r--r--stream/cache2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index 3aa24df64d..c4514243e1 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -508,6 +508,8 @@ int cache_stream_fill_buffer(stream_t *s){
s->buf_len=len;
s->pos+=len;
// printf("[%d]",len);fflush(stdout);
+ if (s->capture_file)
+ stream_capture_do(s);
return len;
}