diff options
author | James Almer <jamrial@gmail.com> | 2023-10-25 21:51:22 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-10-25 21:55:01 -0300 |
commit | ef01ab262713d0ffa9d00a234bc03cc927fddb9e (patch) | |
tree | 1a5622f0cd3ca0a5734d348ee17a17beca87b0c1 /tests/ref/fate/ffprobe_default | |
parent | 70864e6adba636daf4551ba9e65a19eeb93bced1 (diff) | |
download | ffmpeg-ef01ab262713d0ffa9d00a234bc03cc927fddb9e.tar.gz |
ffprobe: print the non-diegetic stream disposition flag
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/ffprobe_default')
-rw-r--r-- | tests/ref/fate/ffprobe_default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_default b/tests/ref/fate/ffprobe_default index c054b789e2..954725b91b 100644 --- a/tests/ref/fate/ffprobe_default +++ b/tests/ref/fate/ffprobe_default @@ -633,6 +633,7 @@ DISPOSITION:visual_impaired=0 DISPOSITION:clean_effects=0 DISPOSITION:attached_pic=0 DISPOSITION:timed_thumbnails=0 +DISPOSITION:non_diegetic=0 DISPOSITION:captions=0 DISPOSITION:descriptions=0 DISPOSITION:metadata=0 @@ -692,6 +693,7 @@ DISPOSITION:visual_impaired=0 DISPOSITION:clean_effects=0 DISPOSITION:attached_pic=0 DISPOSITION:timed_thumbnails=0 +DISPOSITION:non_diegetic=0 DISPOSITION:captions=0 DISPOSITION:descriptions=0 DISPOSITION:metadata=0 @@ -752,6 +754,7 @@ DISPOSITION:visual_impaired=0 DISPOSITION:clean_effects=0 DISPOSITION:attached_pic=0 DISPOSITION:timed_thumbnails=0 +DISPOSITION:non_diegetic=0 DISPOSITION:captions=0 DISPOSITION:descriptions=0 DISPOSITION:metadata=0 |