aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/ffprobe_json
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-29 12:23:02 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-30 17:55:20 +0100
commiteee9b7a673de597b04de5df9ef837815e879938c (patch)
tree79c2e4d12c6413df09d289099ce58fe5ccda41de /tests/ref/fate/ffprobe_json
parenteb465b8c56d455fddf0f4f9f2625e2fe3ff7ea06 (diff)
downloadffmpeg-eee9b7a673de597b04de5df9ef837815e879938c.tar.gz
ffprobe: Support extracting the number of reference frames
Fixes Ticket3141 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 29e8fe08a2..a0aecbd8ae 100644
--- a/tests/ref/fate/ffprobe_json
+++ b/tests/ref/fate/ffprobe_json
@@ -557,6 +557,7 @@
"display_aspect_ratio": "4:3",
"pix_fmt": "rgb24",
"level": -99,
+ "refs": 1,
"r_frame_rate": "25/1",
"avg_frame_rate": "25/1",
"time_base": "1/51200",
@@ -597,6 +598,7 @@
"display_aspect_ratio": "1:1",
"pix_fmt": "rgb24",
"level": -99,
+ "refs": 1,
"r_frame_rate": "25/1",
"avg_frame_rate": "25/1",
"time_base": "1/51200",