summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2014-04-21 17:49:33 +0200
committerNicolas George <george@nsup.org>2014-08-17 11:30:55 +0200
commit4f3e2f107b6315ae4ea74799c2a6314ded3b595d (patch)
treeceb5df41b326d435e2f1697a9fbd2bbe46704480 /doc/ffprobe.xsd
parent32c712f1437b7f3db889cec19dcb53f757a1dea6 (diff)
ffprobe: add -show_data_hash option.
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 2d933c12f7..32afa62064 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -50,6 +50,7 @@
<xsd:attribute name="pos" type="xsd:long" />
<xsd:attribute name="flags" type="xsd:string" use="required" />
<xsd:attribute name="data" type="xsd:string" />
+ <xsd:attribute name="data_hash" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="frameType">
@@ -153,6 +154,7 @@
<xsd:attribute name="codec_tag" type="xsd:string" use="required"/>
<xsd:attribute name="codec_tag_string" type="xsd:string" use="required"/>
<xsd:attribute name="extradata" type="xsd:string" />
+ <xsd:attribute name="extradata_hash" type="xsd:string" />
<!-- video attributes -->
<xsd:attribute name="width" type="xsd:int"/>