mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 11:39:49 +00:00
av_dump_format(): reduce indentation for streams
Makes it easier to identify where metadata/chapters end and streams begin.
This commit is contained in:
parent
3696c3b161
commit
b7251aed46
@ -543,7 +543,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
avcodec_string(buf, sizeof(buf), avctx, is_output);
|
avcodec_string(buf, sizeof(buf), avctx, is_output);
|
||||||
avcodec_free_context(&avctx);
|
avcodec_free_context(&avctx);
|
||||||
|
|
||||||
av_log(NULL, AV_LOG_INFO, " Stream #%d:%d", index, i);
|
av_log(NULL, AV_LOG_INFO, " Stream #%d:%d", index, i);
|
||||||
|
|
||||||
/* the pid is an important information, so we display it */
|
/* the pid is an important information, so we display it */
|
||||||
/* XXX: add a generic system */
|
/* XXX: add a generic system */
|
||||||
|
Loading…
Reference in New Issue
Block a user