diff mbox series

[FFmpeg-devel,2/3] av_dump_format(): increase indentation for chapter metadata

Message ID 20210127165104.30802-2-anton@khirnov.net
State Accepted
Commit 3696c3b161546fc3c1ac09206c15acf99afbef3f
Headers show
Series [FFmpeg-devel,1/3] av_dump_format: add a heading for chapters | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Anton Khirnov Jan. 27, 2021, 4:51 p.m. UTC
It should be at a deeper level than the chapter ti belongs to.
---
 libavformat/dump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavformat/dump.c b/libavformat/dump.c
index ca73c2810c..5c8e8bc60d 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -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) {