summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index f9dac4684d..b0e3167ae6 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -284,6 +284,8 @@ static void print_stream(struct MPContext *mpctx, struct track *t)
APPEND(b, " %dHz", s->codec->samplerate);
}
APPEND(b, ")");
+ if (s->hls_bitrate > 0)
+ APPEND(b, " (%d KB/s)", s->hls_bitrate / 8 / 1024);
if (t->is_external)
APPEND(b, " (external)");
MP_INFO(mpctx, "%s\n", b);