mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
ffprobe: print the non-diegetic stream disposition flag
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
70864e6adb
commit
ef01ab2627
36 changed files with 71 additions and 32 deletions
|
|
@ -3226,6 +3226,7 @@ static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_id
|
|||
PRINT_DISPOSITION(CLEAN_EFFECTS, "clean_effects");
|
||||
PRINT_DISPOSITION(ATTACHED_PIC, "attached_pic");
|
||||
PRINT_DISPOSITION(TIMED_THUMBNAILS, "timed_thumbnails");
|
||||
PRINT_DISPOSITION(NON_DIEGETIC, "non_diegetic");
|
||||
PRINT_DISPOSITION(CAPTIONS, "captions");
|
||||
PRINT_DISPOSITION(DESCRIPTIONS, "descriptions");
|
||||
PRINT_DISPOSITION(METADATA, "metadata");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue