mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
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:
parent
80aad8886a
commit
3696c3b161
@ -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…
Reference in New Issue
Block a user