aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/decoder/ffmpeg_plugin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder/ffmpeg_plugin.c b/src/decoder/ffmpeg_plugin.c
index 2be97f62a..445d46512 100644
--- a/src/decoder/ffmpeg_plugin.c
+++ b/src/decoder/ffmpeg_plugin.c
@@ -111,10 +111,6 @@ static int64_t mpdurl_seek(URLContext *h, int64_t pos, int whence)
static int mpdurl_close(URLContext *h)
{
- FopsHelper *base = (FopsHelper *) h->priv_data;
- if (base && base->input->seekable) {
- (void) input_stream_seek(base->input, 0, SEEK_SET);
- }
h->priv_data = 0;
return 0;
}