Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvectronic <hello.vectronic@gmail.com>2020-04-29 19:14:33 +0300
committerMarton Balint <cus@passwd.hu>2020-05-02 20:14:08 +0300
commita75924ec88c107b3ee1acb8522724eca2bdb1d38 (patch)
treef956f17a98cfc8cafd5809f5e1af1bf6dcc7c6cf /tests/ref/fate/ffprobe_json
parente16e3e63f0a96b4e0ec32972c975bc0e339a49d1 (diff)
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_json')
-rw-r--r--tests/ref/fate/ffprobe_json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_json b/tests/ref/fate/ffprobe_json
index 4bb93d07e1..7b88e1a84d 100644
--- a/tests/ref/fate/ffprobe_json
+++ b/tests/ref/fate/ffprobe_json
@@ -569,6 +569,7 @@
"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",
@@ -613,6 +614,7 @@
"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",