]> git.sesse.net Git - ffmpeg/commitdiff
av_dump_format(): reduce indentation for streams
authorAnton Khirnov <anton@khirnov.net>
Wed, 27 Jan 2021 16:49:40 +0000 (17:49 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 3 Feb 2021 09:41:33 +0000 (10:41 +0100)
Makes it easier to identify where metadata/chapters end and streams
begin.

libavformat/dump.c

index 5c8e8bc60da234ca93a7c12402210ad5d85c6cbf..62ef5e98524cfc7e161e9efee5096baca6a294cb 100644 (file)
@@ -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 */