From fbf76da913b2d39a7da3cc7cea3d8b61f3c2f540 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 27 Feb 2015 19:51:14 +0100 Subject: stream: remove stream filter concept Unused since the previous commit. (Apparently it was a stupid idea.) --- demux/demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux') diff --git a/demux/demux.c b/demux/demux.c index 21898e3156..16918e5453 100644 --- a/demux/demux.c +++ b/demux/demux.c @@ -955,7 +955,7 @@ static struct demuxer *open_given_type(struct mpv_global *global, stream_seek(stream, 0); // Peek this much data to avoid that stream_read() run by some demuxers - // or stream filters will flush previous peeked data. + // will flush previous peeked data. stream_peek(stream, STREAM_BUFFER_SIZE); in->d_thread->params = params; // temporary during open() -- cgit v1.2.3