av_dump_format(): increase indentation for chapter metadata

It should be at a deeper level than the chapter it belongs to.
pull/371/head
Anton Khirnov 4 years ago
parent 80aad8886a
commit 3696c3b161
  1. 2
      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) {

Loading…
Cancel
Save