From 559a400ac36e75a8d73ba263fd7fa6736df1c2da Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 31 Aug 2018 12:48:36 +0200 Subject: demux, stream: rip out the classic stream cache The demuxer cache is the only cache now. Might need another change to combat seeking failures in mp4 etc. The only bad thing is the loss of cache-speed, which was sort of nice to have. --- stream/stream_edl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream_edl.c') diff --git a/stream/stream_edl.c b/stream/stream_edl.c index 11c149b3ab..94bbe58c88 100644 --- a/stream/stream_edl.c +++ b/stream/stream_edl.c @@ -6,7 +6,6 @@ static int s_open (struct stream *stream) { stream->demuxer = "edl"; - stream->allow_caching = false; return STREAM_OK; } -- cgit v1.2.3