]> git.sesse.net Git - ffmpeg/commitdiff
av_dump_format(): increase indentation for chapter metadata
authorAnton Khirnov <anton@khirnov.net>
Wed, 27 Jan 2021 16:40:25 +0000 (17:40 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 3 Feb 2021 09:41:29 +0000 (10:41 +0100)
It should be at a deeper level than the chapter it belongs to.

libavformat/dump.c

index ca73c2810c60f645e6d0a3864da02829b2afc660..5c8e8bc60da234ca93a7c12402210ad5d85c6cbf 100644 (file)
@@ -696,7 +696,7 @@ void av_dump_format(AVFormatContext *ic, int index,
         av_log(NULL, AV_LOG_INFO,
                "end %f\n", ch->end * av_q2d(ch->time_base));
 
-        dump_metadata(NULL, ch->metadata, "    ");
+        dump_metadata(NULL, ch->metadata, "      ");
     }
 
     if (ic->nb_programs) {