From 2e3d3bbfc820742254d82e5fc6d94e72462721cf Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 10 Jun 2019 23:31:53 +0200 Subject: demux: move comment to slightly better location --- demux/demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demux/demux.c b/demux/demux.c index 928aabf8bb..5fc81ad41e 100644 --- a/demux/demux.c +++ b/demux/demux.c @@ -3458,10 +3458,10 @@ static bool queue_seek(struct demux_internal *in, double seek_pts, int flags, for (int n = 0; n < in->num_streams; n++) { struct demux_stream *ds = in->streams[n]->ds; - // Process possibly cached packets. if (in->back_demuxing) { if (ds->back_seek_pos == MP_NOPTS_VALUE) ds->back_seek_pos = seek_pts; + // Process possibly cached packets. back_demux_see_packets(in->streams[n]->ds); } -- cgit v1.2.3