From 299916bde231028c4dde90439fe29a5493a144a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 6 Oct 2019 20:30:17 +0200 Subject: audio: raise log level of playback reset on audio timestamp Make it a warning. This is such an intrusive and shitty hack (but of course my fault) that it should not be hidden. --- player/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/audio.c b/player/audio.c index 161e3d7c69..e93f6b49a9 100644 --- a/player/audio.c +++ b/player/audio.c @@ -835,7 +835,7 @@ void fill_audio_out_buffers(struct MPContext *mpctx) if (mpctx->vo_chain && ao_c->track && ao_c->track->dec && ao_c->track->dec->pts_reset) { - MP_VERBOSE(mpctx, "Reset playback due to audio timestamp reset.\n"); + MP_WARN(mpctx, "Reset playback due to audio timestamp reset.\n"); reset_playback_state(mpctx); mp_wakeup_core(mpctx); return; -- cgit v1.2.3