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.
This commit is contained in:
wm4
2018-08-31 12:48:36 +02:00
parent 5f83b6a5f5
commit 559a400ac3
27 changed files with 47 additions and 1465 deletions

View File

@@ -6,7 +6,6 @@
static int s_open (struct stream *stream)
{
stream->demuxer = "edl";
stream->allow_caching = false;
return STREAM_OK;
}