summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-28 20:05:18 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-29 10:24:28 +0200
commit23564a4a4ad4d04254b07bb1440a3bad39ee8cda (patch)
treed366f2572d25dd16d3b90114b222552cf3bf6eb1 /doc/ffprobe.xsd
parentbad603c66a7602db65b9398bdf8952898cf4dc8d (diff)
downloadffmpeg-23564a4a4ad4d04254b07bb1440a3bad39ee8cda.tar.gz
ffprobe: add support to library ident printing
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 403d59e3e5..7c7b27ebd4 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -175,6 +175,7 @@
<xsd:attribute name="minor" type="xsd:int" use="required"/>
<xsd:attribute name="micro" type="xsd:int" use="required"/>
<xsd:attribute name="version" type="xsd:int" use="required"/>
+ <xsd:attribute name="ident" type="xsd:string" use="required"/>
</xsd:complexType>
<xsd:complexType name="libraryVersionsType">