You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/dump: tag AV_DISPOSITION_DESCRIPTIONS streams
Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
@@ -547,6 +547,8 @@ static void dump_stream_format(AVFormatContext *ic, int i,
|
|||||||
av_log(NULL, AV_LOG_INFO, " (visual impaired)");
|
av_log(NULL, AV_LOG_INFO, " (visual impaired)");
|
||||||
if (st->disposition & AV_DISPOSITION_CLEAN_EFFECTS)
|
if (st->disposition & AV_DISPOSITION_CLEAN_EFFECTS)
|
||||||
av_log(NULL, AV_LOG_INFO, " (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");
|
av_log(NULL, AV_LOG_INFO, "\n");
|
||||||
|
|
||||||
dump_metadata(NULL, st->metadata, " ");
|
dump_metadata(NULL, st->metadata, " ");
|
||||||
|
Reference in New Issue
Block a user