From 6c1e9e4a45d92216a1433ed73ba8f2e09529ca19 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Jul 2013 22:26:15 +0200 Subject: demux: make claiming accurate seek the default Enables hr-seek for raw audio/video demuxers. --- demux/demux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/demux.c') diff --git a/demux/demux.c b/demux/demux.c index 836c945bc4..1783f92c96 100644 --- a/demux/demux.c +++ b/demux/demux.c @@ -534,6 +534,7 @@ static struct demuxer *open_given_type(struct MPOpts *opts, .movi_start = stream->start_pos, .movi_end = stream->end_pos, .seekable = 1, + .accurate_seek = true, .filepos = -1, .opts = opts, .filename = talloc_strdup(demuxer, stream->url), -- cgit v1.2.3