Browse Source

avformat/dump: tag AV_DISPOSITION_DESCRIPTIONS streams

Signed-off-by: Aman Gupta <aman@tmm1.net>
tags/n4.0
Aman Gupta 8 years ago
parent
commit
61ecfbc32a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/dump.c

+ 2
- 0
libavformat/dump.c View File

@@ -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, " ");


Loading…
Cancel
Save