summaryrefslogtreecommitdiffstats
path: root/stream/stream_lavf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_lavf.c')
-rw-r--r--stream/stream_lavf.c1
1 files changed, 0 insertions, 1 deletions
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;