summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-03-29 14:18:47 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-03-31 11:51:58 +0200
commit461d04d956965b565e8f63b5e31d00a213721113 (patch)
tree5e61cb71a53303c74cba44c3b9b6461751a6ff82 /doc/ffprobe.xsd
parent61ea0e3191de67b981ef5b846592fc2b55d5afc1 (diff)
fftools/ffprobe: Add missing dispositions
Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 4427d02d77..a9ffe57f16 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -199,6 +199,11 @@
<xsd:attribute name="clean_effects" type="xsd:int" use="required" />
<xsd:attribute name="attached_pic" type="xsd:int" use="required" />
<xsd:attribute name="timed_thumbnails" type="xsd:int" use="required" />
+ <xsd:attribute name="captions" type="xsd:int" use="required" />
+ <xsd:attribute name="descriptions" type="xsd:int" use="required" />
+ <xsd:attribute name="metadata" type="xsd:int" use="required" />
+ <xsd:attribute name="dependent" type="xsd:int" use="required" />
+ <xsd:attribute name="still_image" type="xsd:int" use="required" />
</xsd:complexType>
<xsd:complexType name="streamType">