diff options
author | vectronic <hello.vectronic@gmail.com> | 2020-04-29 17:14:33 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-05-02 19:14:08 +0200 |
commit | a75924ec88c107b3ee1acb8522724eca2bdb1d38 (patch) | |
tree | f956f17a98cfc8cafd5809f5e1af1bf6dcc7c6cf /tests/ref/fate/ffprobe_default | |
parent | e16e3e63f0a96b4e0ec32972c975bc0e339a49d1 (diff) | |
download | ffmpeg-a75924ec88c107b3ee1acb8522724eca2bdb1d38.tar.gz |
fftools/ffprobe: show closed caption info in the stream dump
Signed-off-by: vectronic <hello.vectronic@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/fate/ffprobe_default')
-rw-r--r-- | tests/ref/fate/ffprobe_default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_default b/tests/ref/fate/ffprobe_default index 7562867e19..0c2908c5ae 100644 --- a/tests/ref/fate/ffprobe_default +++ b/tests/ref/fate/ffprobe_default @@ -616,6 +616,7 @@ width=320 height=240 coded_width=320 coded_height=240 +closed_captions=0 has_b_frames=0 sample_aspect_ratio=1:1 display_aspect_ratio=4:3 @@ -671,6 +672,7 @@ width=100 height=100 coded_width=100 coded_height=100 +closed_captions=0 has_b_frames=0 sample_aspect_ratio=1:1 display_aspect_ratio=1:1 |