From fb9a32977d6abf4c83a92d993af58e393819c062 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Feb 2017 18:24:27 +0100 Subject: stream: get rid of streamtype enum Because it's kind of dumb. (But not sure if it was worth the trouble.) For stream_file.c, we add new explicit fields. The rest are rather special uses and can be killed by comparing the stream impl. name. The changes to DVD/BD/CD/TV are entirely untested. --- stream/stream_mf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream_mf.c') diff --git a/stream/stream_mf.c b/stream/stream_mf.c index a027e8b79c..ca6ab6ae88 100644 --- a/stream/stream_mf.c +++ b/stream/stream_mf.c @@ -30,7 +30,6 @@ static int mf_stream_open (stream_t *stream) { - stream->type = STREAMTYPE_MF; stream->demuxer = "mf"; stream->allow_caching = false; -- cgit v1.2.3