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:
authorStefano Sabatini <stefasab@gmail.com>2013-08-29 02:28:26 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-09-01 13:34:18 +0400
commit291ad12ea2d1f9297d4ed22d54f4f8fa232e43dc (patch)
tree59e165306b54e4f42e4a0a6d955b2ef1b208e1f3 /doc/ffprobe.xsd
parent51b01573e536aedc5fae237b0bea608e195baf91 (diff)
ffprobe: show probe_score in the format section
Should address trac ticket #2621.
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 26fd7d8898..dae2b3fcf2 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -185,6 +185,7 @@
<xsd:attribute name="duration" type="xsd:float"/>
<xsd:attribute name="size" type="xsd:long"/>
<xsd:attribute name="bit_rate" type="xsd:long"/>
+ <xsd:attribute name="probe_score" type="xsd:int"/>
</xsd:complexType>
<xsd:complexType name="tagType">