diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-01-27 17:40:25 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-02-03 10:41:29 +0100 |
commit | 3696c3b161546fc3c1ac09206c15acf99afbef3f (patch) | |
tree | a29c514929e81450f9d327432bdb5af08ecf70ac /libavformat/dump.c | |
parent | 80aad8886a5176cb352761a42f04f6c90e6c4ed5 (diff) | |
download | ffmpeg-3696c3b161546fc3c1ac09206c15acf99afbef3f.tar.gz |
av_dump_format(): increase indentation for chapter metadata
It should be at a deeper level than the chapter it belongs to.
Diffstat (limited to 'libavformat/dump.c')
-rw-r--r-- | libavformat/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |