From 3c2d9f86c718f8281b4e2fc0e426f9349c9c4ec6 Mon Sep 17 00:00:00 2001 From: Billy Shambrook <billy.shambrook@gmail.com> Date: Sun, 1 Jun 2014 17:36:36 +0100 Subject: ffprobe: add rc_max_rate to stream output The value is used by some bitstream to mark the maximum bit rate. See thread: Subject: [FFmpeg-devel] [PATCH] Add rc_max_rate to ffprobe stream output Date: Sun, 1 Jun 2014 17:36:36 +0100 To: ffmpeg-devel@ffmpeg.org http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178461 Signed-off-by: Stefano Sabatini <stefasab@gmail.com> --- tests/ref/fate/ffprobe_default | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/ref/fate/ffprobe_default') diff --git a/tests/ref/fate/ffprobe_default b/tests/ref/fate/ffprobe_default index 9f4e5386f9..49bf80c234 100644 --- a/tests/ref/fate/ffprobe_default +++ b/tests/ref/fate/ffprobe_default @@ -530,6 +530,7 @@ start_time=0.000000 duration_ts=N/A duration=N/A bit_rate=705600 +max_bit_rate=N/A nb_frames=N/A nb_read_frames=6 nb_read_packets=6 @@ -572,6 +573,7 @@ start_time=0.000000 duration_ts=N/A duration=N/A bit_rate=N/A +max_bit_rate=N/A nb_frames=N/A nb_read_frames=4 nb_read_packets=4 @@ -615,6 +617,7 @@ start_time=0.000000 duration_ts=N/A duration=N/A bit_rate=N/A +max_bit_rate=N/A nb_frames=N/A nb_read_frames=4 nb_read_packets=4 -- cgit v1.2.3