From faad40aad92d51290ef2fc4d94277eca89863873 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 11 May 2013 22:19:33 +0200 Subject: core: add --stream-capture This is a partial revert of commit 7059c15, and basically re-adds --capture, just with different option names and slightly different semantics. --- stream/cache2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/cache2.c') diff --git a/stream/cache2.c b/stream/cache2.c index 38c57d0af9..1337e44e37 100644 --- a/stream/cache2.c +++ b/stream/cache2.c @@ -593,6 +593,7 @@ int cache_stream_fill_buffer(stream_t *s){ s->buf_len=len; s->pos+=len; // printf("[%d]",len);fflush(stdout); + stream_capture_write(s); return len; } -- cgit v1.2.3