[FFmpeg-cvslog] avformat/dump: tag AV_DISPOSITION_DESCRIPTIONS streams

Aman Gupta git at videolan.org
Fri Feb 23 23:47:45 EET 2018


ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Fri Feb 23 13:38:20 2018 -0800| [61ecfbc32aa2a5d02bd90a298496bf1b6ecb0762] | committer: Aman Gupta

avformat/dump: tag AV_DISPOSITION_DESCRIPTIONS streams

Signed-off-by: Aman Gupta <aman at tmm1.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61ecfbc32aa2a5d02bd90a298496bf1b6ecb0762
---

 libavformat/dump.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/dump.c b/libavformat/dump.c
index ef143fd4e2..e20902ce85 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -547,6 +547,8 @@ static void dump_stream_format(AVFormatContext *ic, int i,
         av_log(NULL, AV_LOG_INFO, " (visual impaired)");
     if (st->disposition & AV_DISPOSITION_CLEAN_EFFECTS)
         av_log(NULL, AV_LOG_INFO, " (clean effects)");
+    if (st->disposition & AV_DISPOSITION_DESCRIPTIONS)
+        av_log(NULL, AV_LOG_INFO, " (descriptions)");
     av_log(NULL, AV_LOG_INFO, "\n");
 
     dump_metadata(NULL, st->metadata, "    ");



More information about the ffmpeg-cvslog mailing list