mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Merge commit '167e6f1489368a4693145da61cb022c113a285bc'
* commit '167e6f1489368a4693145da61cb022c113a285bc':
dump: Update streams and chapters printout format
See: cab2860c8a
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
04d8f616fd
@ -468,7 +468,7 @@ void av_dump_format(AVFormatContext *ic, int index,
|
||||
|
||||
for (i = 0; i < ic->nb_chapters; i++) {
|
||||
AVChapter *ch = ic->chapters[i];
|
||||
av_log(NULL, AV_LOG_INFO, " Chapter #%d.%d: ", index, i);
|
||||
av_log(NULL, AV_LOG_INFO, " Chapter #%d:%d: ", index, i);
|
||||
av_log(NULL, AV_LOG_INFO,
|
||||
"start %f, ", ch->start * av_q2d(ch->time_base));
|
||||
av_log(NULL, AV_LOG_INFO,
|
||||
|
Loading…
Reference in New Issue
Block a user