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 4afdc7244d..2e97eac19d 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -60,7 +60,6 @@ static int seek(stream_t *s, int64_t newpos)
return -1;
s->pos = newpos;
if (avio_seek(avio, s->pos, SEEK_SET) < 0) {
- s->eof = 1;
return 0;
}
return 1;