From 5c1b8d4aa1d35c806159cb22d52449774eb5186e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Jul 2013 22:05:43 +0200 Subject: stream: don't require streams to set a type Set the type only for streams that have special treatment in other parts of the code. --- stream/stream_lavf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream_lavf.c') diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index d0e7017b4d..6b8f25b56f 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -222,7 +222,6 @@ static int open_f(stream_t *stream, int mode, void *opts) int64_t size = avio_size(avio); if (size >= 0) stream->end_pos = size; - stream->type = STREAMTYPE_FILE; stream->seek = seek; if (!avio->seekable) stream->seek = NULL; -- cgit v1.2.3