lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
committed by
Mans Rullgard
parent
70c275f8c3
commit
24a83bd10a
@ -3255,6 +3255,8 @@ static void dump_stream_format(AVFormatContext *ic, int i, int index, int is_out
|
||||
av_log(NULL, AV_LOG_INFO, " (hearing impaired)");
|
||||
if (st->disposition & AV_DISPOSITION_VISUAL_IMPAIRED)
|
||||
av_log(NULL, AV_LOG_INFO, " (visual impaired)");
|
||||
if (st->disposition & AV_DISPOSITION_CLEAN_EFFECTS)
|
||||
av_log(NULL, AV_LOG_INFO, " (clean effects)");
|
||||
av_log(NULL, AV_LOG_INFO, "\n");
|
||||
dump_metadata(NULL, st->metadata, " ");
|
||||
}
|
||||
|
Reference in New Issue
Block a user