diff options
author | Matthieu Bouron <matthieu.bouron@smartjog.com> | 2012-02-06 11:58:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-02-20 17:46:26 +0100 |
commit | 278d6ab90041cb52fb76a84dcff062db8c2398e2 (patch) | |
tree | ece79b193f916f53b48f349a633d4a48d1423858 /doc | |
parent | 3293b1adca637c29d555b4980d4f0f9cfe7fba78 (diff) | |
download | ffmpeg-278d6ab90041cb52fb76a84dcff062db8c2398e2.tar.gz |
ffprobe: report bit rate in stream description
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc')
-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 e7104ef351..3984b7dc2e 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -110,6 +110,7 @@ <xsd:attribute name="time_base" type="xsd:string" use="required"/> <xsd:attribute name="start_time" type="xsd:float"/> <xsd:attribute name="duration" type="xsd:float"/> + <xsd:attribute name="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"/> |