summaryrefslogtreecommitdiff
path: root/libavformat/dump.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-27 17:49:40 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-03 10:41:33 +0100
commitb7251aed46f5ac96fe65c1c68ddac44b07429467 (patch)
treeb511555db04351fa04f2c6be4c026998f087f64f /libavformat/dump.c
parent3696c3b161546fc3c1ac09206c15acf99afbef3f (diff)
av_dump_format(): reduce indentation for streams
Makes it easier to identify where metadata/chapters end and streams begin.
Diffstat (limited to 'libavformat/dump.c')
-rw-r--r--libavformat/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dump.c b/libavformat/dump.c
index 5c8e8bc60d..62ef5e9852 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -543,7 +543,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
avcodec_string(buf, sizeof(buf), avctx, is_output);
avcodec_free_context(&avctx);
- av_log(NULL, AV_LOG_INFO, " Stream #%d:%d", index, i);
+ av_log(NULL, AV_LOG_INFO, " Stream #%d:%d", index, i);
/* the pid is an important information, so we display it */
/* XXX: add a generic system */