av_dump_format(): increase indentation for chapter metadata

It should be at a deeper level than the chapter it belongs to.
This commit is contained in:
Anton Khirnov 2021-01-27 17:40:25 +01:00
parent 80aad8886a
commit 3696c3b161
1 changed files with 1 additions and 1 deletions

View 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) {