summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demux/demux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/demux/demux.c b/demux/demux.c
index f732cf9e6c..bfe1989b7e 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -3021,9 +3021,7 @@ static void switch_current_range(struct demux_internal *in,
struct demux_stream *ds = in->streams[n]->ds;
// This is needed to resume or join the range at all.
if (ds->selected && !(ds->global_correct_dts || ds->global_correct_pos)) {
- MP_VERBOSE(in, "discarding old range, due to stream %d: "
- "correct_dts=%d correct_pos=%d\n", n,
- ds->global_correct_dts, ds->global_correct_pos);
+ MP_VERBOSE(in, "discarding unseekable range due to stream %d\n", n);
clear_cached_range(in, old);
break;
}