summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-08 00:30:01 +0200
committerwm4 <wm4@nowhere>2014-07-08 22:20:39 +0200
commit93f63214e09e081d55ea77f2460c4c2424059675 (patch)
tree62caa0037cbad8712399cc3789e3c269a0dcc01d /demux/demux.c
parent609187082fa531c1d8fad6a1bed71506873ebff9 (diff)
downloadmpv-93f63214e09e081d55ea77f2460c4c2424059675.tar.bz2
mpv-93f63214e09e081d55ea77f2460c4c2424059675.tar.xz
demux: remove accurate_seek field
It's unused now. (Only the dvd code used it until recently.)
Diffstat (limited to 'demux/demux.c')
-rw-r--r--demux/demux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/demux.c b/demux/demux.c
index b04adbaabb..e716194614 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -453,7 +453,6 @@ static struct demuxer *open_given_type(struct mpv_global *global,
.type = desc->type,
.stream = stream,
.seekable = stream->seekable,
- .accurate_seek = true,
.filepos = -1,
.opts = global->opts,
.global = global,