You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -696,7 +696,7 @@ void av_dump_format(AVFormatContext *ic, int index,
|
|||||||
av_log(NULL, AV_LOG_INFO,
|
av_log(NULL, AV_LOG_INFO,
|
||||||
"end %f\n", ch->end * av_q2d(ch->time_base));
|
"end %f\n", ch->end * av_q2d(ch->time_base));
|
||||||
|
|
||||||
dump_metadata(NULL, ch->metadata, " ");
|
dump_metadata(NULL, ch->metadata, " ");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ic->nb_programs) {
|
if (ic->nb_programs) {
|
||||||
|
Reference in New Issue
Block a user