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_ini | |
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_ini')
-rw-r--r-- | tests/ref/fate/ffprobe_ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_ini b/tests/ref/fate/ffprobe_ini index df970b92dd..497154ee7e 100644 --- a/tests/ref/fate/ffprobe_ini +++ b/tests/ref/fate/ffprobe_ini @@ -637,6 +637,7 @@ visual_impaired=0 clean_effects=0 attached_pic=0 timed_thumbnails=0 +non_diegetic=0 captions=0 descriptions=0 metadata=0 @@ -700,6 +701,7 @@ visual_impaired=0 clean_effects=0 attached_pic=0 timed_thumbnails=0 +non_diegetic=0 captions=0 descriptions=0 metadata=0 @@ -764,6 +766,7 @@ visual_impaired=0 clean_effects=0 attached_pic=0 timed_thumbnails=0 +non_diegetic=0 captions=0 descriptions=0 metadata=0 |