diff options
author | Billy Shambrook <billy.shambrook@gmail.com> | 2014-06-01 17:36:36 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-09 23:19:33 +0200 |
commit | 3c2d9f86c718f8281b4e2fc0e426f9349c9c4ec6 (patch) | |
tree | 41160d830f93b6867d74ff45e7b7af236b5b4d96 /tests/ref/fate/ffprobe_default | |
parent | 06f576c4ab3bf21d26c7ea496e836a5fe7a10f87 (diff) | |
download | ffmpeg-3c2d9f86c718f8281b4e2fc0e426f9349c9c4ec6.tar.gz |
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>
Diffstat (limited to 'tests/ref/fate/ffprobe_default')
-rw-r--r-- | tests/ref/fate/ffprobe_default | 3 |
1 files changed, 3 insertions, 0 deletions
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 |