summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
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.h
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.h')
-rw-r--r--demux/demux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 133e9ddd7a..58da35c796 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -177,9 +177,6 @@ typedef struct demuxer {
enum demuxer_type type;
int seekable; // flag
double start_time;
- /* Set if using absolute seeks for small movements is OK (no pts resets
- * that would make pts ambigious, preferably supports back/forward flags */
- bool accurate_seek;
// File format allows PTS resets (even if the current file is without)
bool ts_resets_possible;
bool warned_queue_overflow;