Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@smartjog.com>2012-02-06 14:58:14 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-02-20 20:46:26 +0400
commit278d6ab90041cb52fb76a84dcff062db8c2398e2 (patch)
treeece79b193f916f53b48f349a633d4a48d1423858 /doc/ffprobe.xsd
parent3293b1adca637c29d555b4980d4f0f9cfe7fba78 (diff)
ffprobe: report bit rate in stream description
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd1
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"/>