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 /doc/ffprobe.xsd | |
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 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 1bc1fb5bb4..2718e694af 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -165,6 +165,7 @@ <xsd:attribute name="duration_ts" type="xsd:long"/> <xsd:attribute name="duration" type="xsd:float"/> <xsd:attribute name="bit_rate" type="xsd:int"/> + <xsd:attribute name="max_bit_rate" type="xsd:int"/> <xsd:attribute name="nb_frames" type="xsd:int"/> <xsd:attribute name="nb_read_frames" type="xsd:int"/> <xsd:attribute name="nb_read_packets" type="xsd:int"/> |